#689A0E

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

Shades of Christi #689A0E

Tints of Christi #689A0E

Color information

#689A0E (or 0x689A0E) is unknown color: approx Christi. HEX triplet: 68, 9A and 0E. RGB value is (104,154,14). Sum of RGB (Red+Green+Blue) = 104+154+14=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #689A0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689A0E is #9765F1. Grayscale: #7B7B7B. Windows color (decimal): -9922034 or 957032. OLE color: 957032.

HSL color Cylindrical-coordinate representation of color #689A0E: hue angle of 81.43º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #689A0E is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB10415414-
CMYK0.3200.910.40
HSL81.43º83.33%32.94%-
HSV(B)81.43º90.91%60.39%-
XYZ17.3426.094.54-
YUV123.0966.44114.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 154 (60.55% from 255) = 56.62%
BLUE value IS 14 (5.86% from 255) = 5.15%
R=38.24%
G=56.62%
B=5.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104154140.3200.910.4081.4383.3332.94
Hex689AE2005B28515321
Octal150232164001335012112341
Binary11010001001101011101000000101101110100010100011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,154,14); }

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

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

 a { background-color: rgb(104,154,14); }

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

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

 span { border-color: rgb(104,154,14); }

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