#6A8632

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

Shades of Olive Drab #6A8632

Tints of Olive Drab #6A8632

Color information

#6A8632 (or 0x6A8632) is unknown color: approx Olive Drab. HEX triplet: 6A, 86 and 32. RGB value is (106,134,50). Sum of RGB (Red+Green+Blue) = 106+134+50=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 50 (19.92% from 255 or 17.24% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #6A8632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A8632 is #9579CD. Grayscale: #747474. Windows color (decimal): -9796046 or 3311210. OLE color: 3311210.

HSL color Cylindrical-coordinate representation of color #6A8632: hue angle of 80º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A8632 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB10613450-
CMYK0.2100.630.47
HSL80º45.65%36.08%-
HSV(B)80º62.69%52.55%-
XYZ15.0420.346.15-
YUV116.0590.72120.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 50 (19.92% from 255) = 17.24%
R=36.55%
G=46.21%
B=17.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106134500.2100.630.478045.6536.08
Hex6A86321503F2F502e24
Octal1522066225077571205644
Binary1101010100001101100101010101111111011111010000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A8632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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