#689D1E

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

Shades of Christi #689D1E

Tints of Christi #689D1E

Color information

#689D1E (or 0x689D1E) is unknown color: approx Christi. HEX triplet: 68, 9D and 1E. RGB value is (104,157,30). Sum of RGB (Red+Green+Blue) = 104+157+30=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #689D1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689D1E is #9762E1. Grayscale: #7F7F7F. Windows color (decimal): -9921250 or 2006376. OLE color: 2006376.

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

Color convert

RGB10415730-
CMYK0.3400.810.38
HSL85.04º67.91%36.67%-
HSV(B)85.04º80.89%61.57%-
XYZ1827.155.52-
YUV126.6873.44111.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 157 (61.72% from 255) = 53.95%
BLUE value IS 30 (12.11% from 255) = 10.31%
R=35.74%
G=53.95%
B=10.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104157300.3400.810.3885.0467.9136.67
Hex689D1E2205126554425
Octal150235364201214612510445
Binary110100010011101111101000100101000110011010101011000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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