#6E971B

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

Shades of Olive Drab #6E971B

Tints of Olive Drab #6E971B

Color information

#6E971B (or 0x6E971B) is unknown color: approx Olive Drab. HEX triplet: 6E, 97 and 1B. RGB value is (110,151,27). Sum of RGB (Red+Green+Blue) = 110+151+27=288 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.19% from 288); Green value is 151 (59.38% from 255 or 52.43% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 151 - color contains mainly: green. Hex color #6E971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E971B is #9168E4. Grayscale: #7D7D7D. Windows color (decimal): -9529573 or 1808238. OLE color: 1808238.

HSL color Cylindrical-coordinate representation of color #6E971B: hue angle of 79.84º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E971B is Cyan = 0.27, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB11015127-
CMYK0.2700.820.41
HSL79.84º69.66%34.9%-
HSV(B)79.84º82.12%59.22%-
XYZ17.6925.535.03-
YUV124.672.92117.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.19%
GREEN value IS 151 (59.38% from 255) = 52.43%
BLUE value IS 27 (10.94% from 255) = 9.38%
R=38.19%
G=52.43%
B=9.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110151270.2700.820.4179.8469.6634.9
Hex6E971B1B05229504623
Octal156227333301225112010643
Binary11011101001011111011110110101001010100110100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,27); }

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

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

 a { background-color: rgb(110,151,27); }

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

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

 span { border-color: rgb(110,151,27); }

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