#679511

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

Shades of Olive Drab #679511

Tints of Olive Drab #679511

Color information

#679511 (or 0x679511) is unknown color: approx Olive Drab. HEX triplet: 67, 95 and 11. RGB value is (103,149,17). Sum of RGB (Red+Green+Blue) = 103+149+17=269 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.29% from 269); Green value is 149 (58.59% from 255 or 55.39% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 149 - color contains mainly: green. Hex color #679511 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679511 is #986AEE. Grayscale: #787878. Windows color (decimal): -9988847 or 1152359. OLE color: 1152359.

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

Color convert

RGB10314917-
CMYK0.3100.890.42
HSL80.91º79.52%32.55%-
HSV(B)80.91º88.59%58.43%-
XYZ16.4424.424.38-
YUV120.269.76115.73-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.29%
GREEN value IS 149 (58.59% from 255) = 55.39%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=38.29%
G=55.39%
B=6.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal103149170.3100.890.4280.9179.5232.55
Hex6795111F0592A515021
Octal147225213701315212112041
Binary11001111001010110001111110101100110101010100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679511; }

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

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

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

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

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

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

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

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