#6F8632

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

Shades of Olive Drab #6F8632

Tints of Olive Drab #6F8632

Color information

#6F8632 (or 0x6F8632) is unknown color: approx Olive Drab. HEX triplet: 6F, 86 and 32. RGB value is (111,134,50). Sum of RGB (Red+Green+Blue) = 111+134+50=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8632 is #9079CD. Grayscale: #757575. Windows color (decimal): -9468366 or 3311215. OLE color: 3311215.

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

Color convert

RGB11113450-
CMYK0.1700.630.47
HSL76.43º45.65%36.08%-
HSV(B)76.43º62.69%52.55%-
XYZ15.6620.666.18-
YUV117.5589.88123.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.63%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 50 (19.92% from 255) = 16.95%
R=37.63%
G=45.42%
B=16.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111134500.1700.630.4776.4345.6536.08
Hex6F86321103F2F4c2e24
Octal1572066221077571145644
Binary1101111100001101100101000101111111011111001100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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