#6A842A

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

Shades of Olive Drab #6A842A

Tints of Olive Drab #6A842A

Color information

#6A842A (or 0x6A842A) is unknown color: approx Olive Drab. HEX triplet: 6A, 84 and 2A. RGB value is (106,132,42). Sum of RGB (Red+Green+Blue) = 106+132+42=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #6A842A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A842A is #957BD5. Grayscale: #727272. Windows color (decimal): -9796566 or 2786410. OLE color: 2786410.

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

Color convert

RGB10613242-
CMYK0.2000.680.48
HSL77.33º51.72%34.12%-
HSV(B)77.33º68.18%51.76%-
XYZ14.6119.735.23-
YUV113.9787.39122.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 132 (51.95% from 255) = 47.14%
BLUE value IS 42 (16.80% from 255) = 15%
R=37.86%
G=47.14%
B=15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132420.2000.680.4877.3351.7234.12
Hex6A842A14044304d3422
Octal15220452240104601156442
Binary11010101000010010101010100010001001100001001101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A842A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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