#6B871E

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

Shades of Olive Drab #6B871E

Tints of Olive Drab #6B871E

Color information

#6B871E (or 0x6B871E) is unknown color: approx Olive Drab. HEX triplet: 6B, 87 and 1E. RGB value is (107,135,30). Sum of RGB (Red+Green+Blue) = 107+135+30=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #6B871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B871E is #9478E1. Grayscale: #737373. Windows color (decimal): -9730274 or 2000747. OLE color: 2000747.

HSL color Cylindrical-coordinate representation of color #6B871E: hue angle of 76º degrees, saturation: 0.64, 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 #6B871E is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB10713530-
CMYK0.2100.780.47
HSL76º63.64%32.35%-
HSV(B)76º77.78%52.94%-
XYZ14.9620.554.41-
YUV114.6680.22122.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=39.34%
G=49.63%
B=11.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107135300.2100.780.477663.6432.35
Hex6B871E1504E2F4c4020
Octal153207362501165711410040
Binary11010111000011111110101010100111010111110011001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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