#6E982D

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

Shades of Olive Drab #6E982D

Tints of Olive Drab #6E982D

Color information

#6E982D (or 0x6E982D) is unknown color: approx Olive Drab. HEX triplet: 6E, 98 and 2D. RGB value is (110,152,45). Sum of RGB (Red+Green+Blue) = 110+152+45=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #6E982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E982D is #9167D2. Grayscale: #7F7F7F. Windows color (decimal): -9529299 or 2988142. OLE color: 2988142.

HSL color Cylindrical-coordinate representation of color #6E982D: hue angle of 83.55º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E982D is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB11015245-
CMYK0.2800.700.40
HSL83.55º54.31%38.63%-
HSV(B)83.55º70.39%59.61%-
XYZ18.1325.966.54-
YUV127.2481.59115.7-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.83%
GREEN value IS 152 (59.77% from 255) = 49.51%
BLUE value IS 45 (17.97% from 255) = 14.66%
R=35.83%
G=49.51%
B=14.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110152450.2800.700.4083.5554.3138.63
Hex6E982D1C04628543627
Octal15623055340106501246647
Binary11011101001100010110111100010001101010001010100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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