#6E9828

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

Shades of Olive Drab #6E9828

Tints of Olive Drab #6E9828

Color information

#6E9828 (or 0x6E9828) is unknown color: approx Olive Drab. HEX triplet: 6E, 98 and 28. RGB value is (110,152,40). Sum of RGB (Red+Green+Blue) = 110+152+40=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 152 (59.77% from 255 or 50.33% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9828 is #9167D7. Grayscale: #7F7F7F. Windows color (decimal): -9529304 or 2660462. OLE color: 2660462.

HSL color Cylindrical-coordinate representation of color #6E9828: hue angle of 82.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E9828 is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB11015240-
CMYK0.2800.740.40
HSL82.5º58.33%37.65%-
HSV(B)82.5º73.68%59.61%-
XYZ18.0425.926.06-
YUV126.6779.09116.11-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 152 (59.77% from 255) = 50.33%
BLUE value IS 40 (16.02% from 255) = 13.25%
R=36.42%
G=50.33%
B=13.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110152400.2800.740.4082.558.3337.65
Hex6E98281C04A28523a26
Octal15623050340112501227246
Binary11011101001100010100011100010010101010001010010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,152,40); }

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

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

 a { background-color: rgb(110,152,40); }

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

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

 span { border-color: rgb(110,152,40); }

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