#689815

Color #689815 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #689815

Tints of Olive Drab #689815

Color information

#689815 (or 0x689815) is unknown color: approx Olive Drab. HEX triplet: 68, 98 and 15. RGB value is (104,152,21). Sum of RGB (Red+Green+Blue) = 104+152+21=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #689815 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689815 is #9767EA. Grayscale: #7B7B7B. Windows color (decimal): -9922539 or 1415272. OLE color: 1415272.

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

Color convert

RGB10415221-
CMYK0.3200.860.40
HSL81.98º75.72%33.92%-
HSV(B)81.98º86.18%59.61%-
XYZ17.0725.454.72-
YUV122.7170.6114.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.55%
GREEN value IS 152 (59.77% from 255) = 54.87%
BLUE value IS 21 (8.59% from 255) = 7.58%
R=37.55%
G=54.87%
B=7.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal104152210.3200.860.4081.9875.7233.92
Hex6898152005628524c22
Octal150230254001265012211442
Binary110100010011000101011000000101011010100010100101001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689815; }

 p { color: rgb(104,152,21); }

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

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

 a { background-color: rgb(104,152,21); }

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

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

 span { border-color: rgb(104,152,21); }

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