#68B708

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

Shades of Christi #68B708

Tints of Christi #68B708

Color information

#68B708 (or 0x68B708) is unknown color: approx Christi. HEX triplet: 68, B7 and 08. RGB value is (104,183,8). Sum of RGB (Red+Green+Blue) = 104+183+8=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #68B708 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #68B708 is #9748F7. Grayscale: #8C8C8C. Windows color (decimal): -9914616 or 571240. OLE color: 571240.

HSL color Cylindrical-coordinate representation of color #68B708: hue angle of 87.09º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68B708 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1041838-
CMYK0.4300.960.28
HSL87.09º91.62%37.45%-
HSV(B)87.09º95.63%71.76%-
XYZ22.6936.836.14-
YUV139.4353.83102.73-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 183 (71.88% from 255) = 62.03%
BLUE value IS 8 (3.52% from 255) = 2.71%
R=35.25%
G=62.03%
B=2.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal10418380.4300.960.2887.0991.6237.45
Hex68B782B0601C575c25
Octal150267105301403412713445
Binary1101000101101111000101011011000001110010101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68B708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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