#6e8d30

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

Shades of Olive Drab #6E8D30

Tints of Olive Drab #6E8D30

Color information

#6E8D30 (or 0x6E8D30) is unknown color: approx Olive Drab. HEX triplet: 6E, 8D and 30. RGB value is (110,141,48). Sum of RGB (Red+Green+Blue) = 110+141+48=299 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.79% from 299); Green value is 141 (55.47% from 255 or 47.16% from 299); Blue value is 48 (19.14% from 255 or 16.05% from 299); Max value from RGB is 141 - color contains mainly: green. Hex color #6E8D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8D30 is #9172CF. Grayscale: #797979. Windows color (decimal): -9532112 or 3181934. OLE color: 3181934.

HSL color Cylindrical-coordinate representation of color #6E8D30: hue angle of 80º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E8D30 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.45.

Color convert

RGB11014148-
CMYK0.2200.660.45
HSL80º49.21%37.06%-
HSV(B)80º65.96%55.29%-
XYZ16.4922.586.29-
YUV121.1386.73120.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.79%
GREEN value IS 141 (55.47% from 255) = 47.16%
BLUE value IS 48 (19.14% from 255) = 16.05%
R=36.79%
G=47.16%
B=16.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal110141480.2200.660.458049.2137.06
Hex6E8D30160422D503125
Octal15621560260102551206145
Binary11011101000110111000010110010000101011011010000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e8d30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6e8d30; }

 p { color: rgb(110,141,48); }

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

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

 a { background-color: rgb(110,141,48); }

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

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

 span { border-color: rgb(110,141,48); }

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