#689A11

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

Shades of Christi #689A11

Tints of Christi #689A11

Color information

#689A11 (or 0x689A11) is unknown color: approx Christi. HEX triplet: 68, 9A and 11. RGB value is (104,154,17). Sum of RGB (Red+Green+Blue) = 104+154+17=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 17 (7.03% from 255 or 6.18% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #689A11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689A11 is #9765EE. Grayscale: #7B7B7B. Windows color (decimal): -9922031 or 1153640. OLE color: 1153640.

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

Color convert

RGB10415417-
CMYK0.3200.890.40
HSL81.9º80.12%33.53%-
HSV(B)81.9º88.96%60.39%-
XYZ17.3726.094.65-
YUV123.4367.94114.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 154 (60.55% from 255) = 56%
BLUE value IS 17 (7.03% from 255) = 6.18%
R=37.82%
G=56%
B=6.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104154170.3200.890.4081.980.1233.53
Hex689A112005928525022
Octal150232214001315012212042
Binary110100010011010100011000000101100110100010100101010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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