#679516

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

Shades of Olive Drab #679516

Tints of Olive Drab #679516

Color information

#679516 (or 0x679516) is unknown color: approx Olive Drab. HEX triplet: 67, 95 and 16. RGB value is (103,149,22). Sum of RGB (Red+Green+Blue) = 103+149+22=274 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.59% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #679516 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679516 is #986AE9. Grayscale: #797979. Windows color (decimal): -9988842 or 1480039. OLE color: 1480039.

HSL color Cylindrical-coordinate representation of color #679516: hue angle of 81.73º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #679516 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB10314922-
CMYK0.3100.850.42
HSL81.73º74.27%33.53%-
HSV(B)81.73º85.23%58.43%-
XYZ16.4924.444.61-
YUV120.7772.26115.33-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.59%
GREEN value IS 149 (58.59% from 255) = 54.38%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=37.59%
G=54.38%
B=8.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103149220.3100.850.4281.7374.2733.53
Hex6795161F0552A524a22
Octal147225263701255212211242
Binary11001111001010110110111110101010110101010100101001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679516; }

 p { color: rgb(103,149,22); }

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

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

 a { background-color: rgb(103,149,22); }

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

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

 span { border-color: rgb(103,149,22); }

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