#68A708

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

Shades of Christi #68A708

Tints of Christi #68A708

Color information

#68A708 (or 0x68A708) is unknown color: approx Christi. HEX triplet: 68, A7 and 08. RGB value is (104,167,8). Sum of RGB (Red+Green+Blue) = 104+167+8=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 167 (65.62% from 255 or 59.86% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 167 - color contains mainly: green. Hex color #68A708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A708 is #9758F7. Grayscale: #828282. Windows color (decimal): -9918712 or 567144. OLE color: 567144.

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

Color convert

RGB1041678-
CMYK0.3800.950.35
HSL83.77º90.86%34.31%-
HSV(B)83.77º95.21%65.49%-
XYZ19.5730.65.1-
YUV130.0459.13109.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 167 (65.62% from 255) = 59.86%
BLUE value IS 8 (3.52% from 255) = 2.87%
R=37.28%
G=59.86%
B=2.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10416780.3800.950.3583.7790.8634.31
Hex68A782605F23545b22
Octal150247104601374312413342
Binary11010001010011110001001100101111110001110101001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,167,8); }

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

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

 a { background-color: rgb(104,167,8); }

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

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

 span { border-color: rgb(104,167,8); }

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