#689D0D

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

Shades of Christi #689D0D

Tints of Christi #689D0D

Color information

#689D0D (or 0x689D0D) is unknown color: approx Christi. HEX triplet: 68, 9D and 0D. RGB value is (104,157,13). Sum of RGB (Red+Green+Blue) = 104+157+13=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 157 (61.72% from 255 or 57.30% from 274); Blue value is 13 (5.47% from 255 or 4.74% from 274); Max value from RGB is 157 - color contains mainly: green. Hex color #689D0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689D0D is #9762F2. Grayscale: #7D7D7D. Windows color (decimal): -9921267 or 892264. OLE color: 892264.

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

Color convert

RGB10415713-
CMYK0.3400.920.38
HSL82.08º84.71%33.33%-
HSV(B)82.08º91.72%61.57%-
XYZ17.8427.094.67-
YUV124.7464.94113.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 157 (61.72% from 255) = 57.30%
BLUE value IS 13 (5.47% from 255) = 4.74%
R=37.96%
G=57.30%
B=4.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104157130.3400.920.3882.0884.7133.33
Hex689DD2205C26525521
Octal150235154201344612212541
Binary11010001001110111011000100101110010011010100101010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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