#6A842E

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

Shades of Olive Drab #6A842E

Tints of Olive Drab #6A842E

Color information

#6A842E (or 0x6A842E) is unknown color: approx Olive Drab. HEX triplet: 6A, 84 and 2E. RGB value is (106,132,46). Sum of RGB (Red+Green+Blue) = 106+132+46=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 132 (51.95% from 255 or 46.48% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 132 - color contains mainly: green. Hex color #6A842E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A842E is #957BD1. Grayscale: #727272. Windows color (decimal): -9796562 or 3048554. OLE color: 3048554.

HSL color Cylindrical-coordinate representation of color #6A842E: hue angle of 78.14º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A842E is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB10613246-
CMYK0.2000.650.48
HSL78.14º48.31%34.9%-
HSV(B)78.14º65.15%51.76%-
XYZ14.6919.765.63-
YUV114.4289.39121.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 132 (51.95% from 255) = 46.48%
BLUE value IS 46 (18.36% from 255) = 16.20%
R=37.32%
G=46.48%
B=16.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132460.2000.650.4878.1448.3134.9
Hex6A842E14041304e3023
Octal15220456240101601166043
Binary11010101000010010111010100010000011100001001110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A842E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,132,46); }

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

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

 a { background-color: rgb(106,132,46); }

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

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

 span { border-color: rgb(106,132,46); }

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