#6F8527

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

Shades of Olive Drab #6F8527

Tints of Olive Drab #6F8527

Color information

#6F8527 (or 0x6F8527) is unknown color: approx Olive Drab. HEX triplet: 6F, 85 and 27. RGB value is (111,133,39). Sum of RGB (Red+Green+Blue) = 111+133+39=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 39 (15.62% from 255 or 13.78% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8527 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8527 is #907AD8. Grayscale: #747474. Windows color (decimal): -9468633 or 2590063. OLE color: 2590063.

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

Color convert

RGB11113339-
CMYK0.1700.710.48
HSL74.04º54.65%33.73%-
HSV(B)74.04º70.68%52.16%-
XYZ15.3120.35.03-
YUV115.7184.71124.64-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 39 (15.62% from 255) = 13.78%
R=39.22%
G=47.00%
B=13.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111133390.1700.710.4874.0454.6533.73
Hex6F852711047304a3722
Octal15720547210107601126742
Binary11011111000010110011110001010001111100001001010110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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