#68a80d

Color #68A80D Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68A80D

Tints of Christi #68A80D

Color information

#68A80D (or 0x68A80D) is unknown color: approx Christi. HEX triplet: 68, A8 and 0D. RGB value is (104,168,13). Sum of RGB (Red+Green+Blue) = 104+168+13=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 168 (66.02% from 255 or 58.95% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 168 - color contains mainly: green. Hex color #68A80D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A80D is #9757F2. Grayscale: #838383. Windows color (decimal): -9918451 or 895080. OLE color: 895080.

HSL color Cylindrical-coordinate representation of color #68A80D: hue angle of 84.77º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68A80D is Cyan = 0.38, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB10416813-
CMYK0.3800.920.34
HSL84.77º85.64%35.49%-
HSV(B)84.77º92.26%65.88%-
XYZ19.7830.985.32-
YUV131.1961.3108.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 168 (66.02% from 255) = 58.95%
BLUE value IS 13 (5.47% from 255) = 4.56%
R=36.49%
G=58.95%
B=4.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal104168130.3800.920.3484.7785.6435.49
Hex68A8D2605C22555623
Octal150250154601344212512643
Binary11010001010100011011001100101110010001010101011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68a80d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68a80d; }

 p { color: rgb(104,168,13); }

 H1.HeaderClassName
 {
   color: #68a80d;
 }
 .AnyTagClassName
 {
   color: #68a80d;
 }
</style>
background-color css

<style>
 a { background-color: #68a80d; }

 a { background-color: rgb(104,168,13); }

 div.DivClassName
 {
   background-color: #68a80d;
 }
 .BgClassName
 {
   background-color: #68a80d;
 }
</style>
border-color css

<style>
 span { border-color: #68a80d; }

 span { border-color: rgb(104,168,13); }

 td.TdClassName
 {
   border-color: #68a80d;
 }
 .TagClassName
 {
   border-color: #68a80d;
 }
</style>