#679711

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

Shades of Olive Drab #679711

Tints of Olive Drab #679711

Color information

#679711 (or 0x679711) is unknown color: approx Olive Drab. HEX triplet: 67, 97 and 11. RGB value is (103,151,17). Sum of RGB (Red+Green+Blue) = 103+151+17=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 151 (59.38% from 255 or 55.72% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 151 - color contains mainly: green. Hex color #679711 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #679711 is #9868EE. Grayscale: #797979. Windows color (decimal): -9988335 or 1152871. OLE color: 1152871.

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

Color convert

RGB10315117-
CMYK0.3200.890.41
HSL81.49º79.76%32.94%-
HSV(B)81.49º88.74%59.22%-
XYZ16.7625.064.48-
YUV121.3769.1114.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 151 (59.38% from 255) = 55.72%
BLUE value IS 17 (7.03% from 255) = 6.27%
R=38.01%
G=55.72%
B=6.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal103151170.3200.890.4181.4979.7632.94
Hex6797112005929515021
Octal147227214001315112112041
Binary110011110010111100011000000101100110100110100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #679711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #679711; }

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

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

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

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

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

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

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

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