#6A871E

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

Shades of Olive Drab #6A871E

Tints of Olive Drab #6A871E

Color information

#6A871E (or 0x6A871E) is unknown color: approx Olive Drab. HEX triplet: 6A, 87 and 1E. RGB value is (106,135,30). Sum of RGB (Red+Green+Blue) = 106+135+30=271 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.11% from 271); Green value is 135 (53.12% from 255 or 49.82% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 135 - color contains mainly: green. Hex color #6A871E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A871E is #9578E1. Grayscale: #727272. Windows color (decimal): -9795810 or 2000746. OLE color: 2000746.

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

Color convert

RGB10613530-
CMYK0.2100.780.47
HSL76.57º63.64%32.35%-
HSV(B)76.57º77.78%52.94%-
XYZ14.8420.494.4-
YUV114.3680.39122.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.11%
GREEN value IS 135 (53.12% from 255) = 49.82%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=39.11%
G=49.82%
B=11.07%

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
Decimal106135300.2100.780.4776.5763.6432.35
Hex6A871E1504E2F4d4020
Octal152207362501165711510040
Binary11010101000011111110101010100111010111110011011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A871E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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