#6A861E

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

Shades of Olive Drab #6A861E

Tints of Olive Drab #6A861E

Color information

#6A861E (or 0x6A861E) is unknown color: approx Olive Drab. HEX triplet: 6A, 86 and 1E. RGB value is (106,134,30). Sum of RGB (Red+Green+Blue) = 106+134+30=270 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.26% from 270); Green value is 134 (52.73% from 255 or 49.63% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 134 - color contains mainly: green. Hex color #6A861E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A861E is #9579E1. Grayscale: #727272. Windows color (decimal): -9796066 or 2000490. OLE color: 2000490.

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

Color convert

RGB10613430-
CMYK0.2100.780.47
HSL76.15º63.41%32.16%-
HSV(B)76.15º77.61%52.55%-
XYZ14.720.214.35-
YUV113.7780.72122.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.26%
GREEN value IS 134 (52.73% from 255) = 49.63%
BLUE value IS 30 (12.11% from 255) = 11.11%
R=39.26%
G=49.63%
B=11.11%

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
Decimal106134300.2100.780.4776.1563.4132.16
Hex6A861E1504E2F4c3f20
Octal15220636250116571147740
Binary1101010100001101111010101010011101011111001100111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A861E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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