#6A842F

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

Shades of Olive Drab #6A842F

Tints of Olive Drab #6A842F

Color information

#6A842F (or 0x6A842F) is unknown color: approx Olive Drab. HEX triplet: 6A, 84 and 2F. RGB value is (106,132,47). Sum of RGB (Red+Green+Blue) = 106+132+47=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 132 - color contains mainly: green. Hex color #6A842F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A842F is #957BD0. Grayscale: #727272. Windows color (decimal): -9796561 or 3114090. OLE color: 3114090.

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

Color convert

RGB10613247-
CMYK0.2000.640.48
HSL78.35º47.49%35.1%-
HSV(B)78.35º64.39%51.76%-
XYZ14.7119.775.73-
YUV114.5489.89121.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 47 (18.75% from 255) = 16.49%
R=37.19%
G=46.32%
B=16.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106132470.2000.640.4878.3547.4935.1
Hex6A842F14040304e2f23
Octal15220457240100601165743
Binary11010101000010010111110100010000001100001001110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A842F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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