#6F853C

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

Shades of Olive Drab #6F853C

Tints of Olive Drab #6F853C

Color information

#6F853C (or 0x6F853C) is unknown color: approx Olive Drab. HEX triplet: 6F, 85 and 3C. RGB value is (111,133,60). Sum of RGB (Red+Green+Blue) = 111+133+60=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #6F853C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F853C is #907AC3. Grayscale: #767676. Windows color (decimal): -9468612 or 3966319. OLE color: 3966319.

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

Color convert

RGB11113360-
CMYK0.1700.550.48
HSL78.08º37.82%37.84%-
HSV(B)78.08º54.89%52.16%-
XYZ15.7620.487.4-
YUV118.195.21122.94-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.51%
GREEN value IS 133 (52.34% from 255) = 43.75%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=36.51%
G=43.75%
B=19.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111133600.1700.550.4878.0837.8237.84
Hex6F853C11037304e2626
Octal1572057421067601164646
Binary1101111100001011111001000101101111100001001110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F853C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,133,60); }

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

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

 a { background-color: rgb(111,133,60); }

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

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

 span { border-color: rgb(111,133,60); }

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