#689D12

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

Shades of Christi #689D12

Tints of Christi #689D12

Color information

#689D12 (or 0x689D12) is unknown color: approx Christi. HEX triplet: 68, 9D and 12. RGB value is (104,157,18). Sum of RGB (Red+Green+Blue) = 104+157+18=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #689D12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689D12 is #9762ED. Grayscale: #7D7D7D. Windows color (decimal): -9921262 or 1219944. OLE color: 1219944.

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

Color convert

RGB10415718-
CMYK0.3400.890.38
HSL82.88º79.43%34.31%-
HSV(B)82.88º88.54%61.57%-
XYZ17.8827.14.86-
YUV125.3167.44112.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 157 (61.72% from 255) = 56.27%
BLUE value IS 18 (7.42% from 255) = 6.45%
R=37.28%
G=56.27%
B=6.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104157180.3400.890.3882.8879.4334.31
Hex689D122205926534f22
Octal150235224201314612311742
Binary110100010011101100101000100101100110011010100111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,157,18); }

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

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

 a { background-color: rgb(104,157,18); }

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

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

 span { border-color: rgb(104,157,18); }

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