#6E982B

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

Shades of Olive Drab #6E982B

Tints of Olive Drab #6E982B

Color information

#6E982B (or 0x6E982B) is unknown color: approx Olive Drab. HEX triplet: 6E, 98 and 2B. RGB value is (110,152,43). Sum of RGB (Red+Green+Blue) = 110+152+43=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #6E982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E982B is #9167D4. Grayscale: #7F7F7F. Windows color (decimal): -9529301 or 2857070. OLE color: 2857070.

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

Color convert

RGB11015243-
CMYK0.2800.720.40
HSL83.12º55.9%38.24%-
HSV(B)83.12º71.71%59.61%-
XYZ18.0925.956.34-
YUV127.0280.59115.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 152 (59.77% from 255) = 49.84%
BLUE value IS 43 (17.19% from 255) = 14.10%
R=36.07%
G=49.84%
B=14.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal110152430.2800.720.4083.1255.938.24
Hex6E982B1C04828533826
Octal15623053340110501237046
Binary11011101001100010101111100010010001010001010011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E982B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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