#6F872E

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

Shades of Olive Drab #6F872E

Tints of Olive Drab #6F872E

Color information

#6F872E (or 0x6F872E) is unknown color: approx Olive Drab. HEX triplet: 6F, 87 and 2E. RGB value is (111,135,46). Sum of RGB (Red+Green+Blue) = 111+135+46=292 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.01% from 292); Green value is 135 (53.12% from 255 or 46.23% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 135 - color contains mainly: green. Hex color #6F872E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F872E is #9078D1. Grayscale: #767676. Windows color (decimal): -9468114 or 3049327. OLE color: 3049327.

HSL color Cylindrical-coordinate representation of color #6F872E: hue angle of 76.18º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6F872E is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB11113546-
CMYK0.1800.660.47
HSL76.18º49.17%35.49%-
HSV(B)76.18º65.93%52.94%-
XYZ15.7120.95.79-
YUV117.6887.55123.24-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.01%
GREEN value IS 135 (53.12% from 255) = 46.23%
BLUE value IS 46 (18.36% from 255) = 15.75%
R=38.01%
G=46.23%
B=15.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111135460.1800.660.4776.1849.1735.49
Hex6F872E120422F4c3123
Octal15720756220102571146143
Binary11011111000011110111010010010000101011111001100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F872E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,135,46); }

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

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

 a { background-color: rgb(111,135,46); }

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

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

 span { border-color: rgb(111,135,46); }

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