#6B861E

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

Shades of Olive Drab #6B861E

Tints of Olive Drab #6B861E

Color information

#6B861E (or 0x6B861E) is unknown color: approx Olive Drab. HEX triplet: 6B, 86 and 1E. RGB value is (107,134,30). Sum of RGB (Red+Green+Blue) = 107+134+30=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 134 (52.73% from 255 or 49.45% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 134 - color contains mainly: green. Hex color #6B861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B861E is #9479E1. Grayscale: #727272. Windows color (decimal): -9730530 or 2000491. OLE color: 2000491.

HSL color Cylindrical-coordinate representation of color #6B861E: hue angle of 75.58º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B861E is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB10713430-
CMYK0.2000.780.47
HSL75.58º63.41%32.16%-
HSV(B)75.58º77.61%52.55%-
XYZ14.8220.274.36-
YUV114.0780.55122.96-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 134 (52.73% from 255) = 49.45%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=39.48%
G=49.45%
B=11.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134300.2000.780.4775.5863.4132.16
Hex6B861E1404E2F4c3f20
Octal15320636240116571147740
Binary1101011100001101111010100010011101011111001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,30); }

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

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

 a { background-color: rgb(107,134,30); }

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

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

 span { border-color: rgb(107,134,30); }

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