#6F8525

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

Shades of Olive Drab #6F8525

Tints of Olive Drab #6F8525

Color information

#6F8525 (or 0x6F8525) is unknown color: approx Olive Drab. HEX triplet: 6F, 85 and 25. RGB value is (111,133,37). Sum of RGB (Red+Green+Blue) = 111+133+37=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #6F8525 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8525 is #907ADA. Grayscale: #737373. Windows color (decimal): -9468635 or 2458991. OLE color: 2458991.

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

Color convert

RGB11113337-
CMYK0.1700.720.48
HSL73.75º56.47%33.33%-
HSV(B)73.75º72.18%52.16%-
XYZ15.2820.294.86-
YUV115.4883.71124.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 37 (14.84% from 255) = 13.17%
R=39.50%
G=47.33%
B=13.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111133370.1700.720.4873.7556.4733.33
Hex6F852511048304a3821
Octal15720545210110601127041
Binary11011111000010110010110001010010001100001001010111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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