#689E16

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

Shades of Christi #689E16

Tints of Christi #689E16

Color information

#689E16 (or 0x689E16) is unknown color: approx Christi. HEX triplet: 68, 9E and 16. RGB value is (104,158,22). Sum of RGB (Red+Green+Blue) = 104+158+22=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 158 (62.11% from 255 or 55.63% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 158 - color contains mainly: green. Hex color #689E16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689E16 is #9761E9. Grayscale: #7E7E7E. Windows color (decimal): -9921002 or 1482344. OLE color: 1482344.

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

Color convert

RGB10415822-
CMYK0.3400.860.38
HSL83.82º75.56%35.29%-
HSV(B)83.82º86.08%61.96%-
XYZ18.0827.455.11-
YUV126.3569.11112.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 158 (62.11% from 255) = 55.63%
BLUE value IS 22 (8.98% from 255) = 7.75%
R=36.62%
G=55.63%
B=7.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104158220.3400.860.3883.8275.5635.29
Hex689E162205626544c23
Octal150236264201264612411443
Binary110100010011110101101000100101011010011010101001001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689E16; }

 p { color: rgb(104,158,22); }

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

<style>
 a { background-color: #689E16; }

 a { background-color: rgb(104,158,22); }

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

<style>
 span { border-color: #689E16; }

 span { border-color: rgb(104,158,22); }

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