#6F9134

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

Shades of Olive Drab #6F9134

Tints of Olive Drab #6F9134

Color information

#6F9134 (or 0x6F9134) is unknown color: approx Olive Drab. HEX triplet: 6F, 91 and 34. RGB value is (111,145,52). Sum of RGB (Red+Green+Blue) = 111+145+52=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9134 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9134 is #906ECB. Grayscale: #7C7C7C. Windows color (decimal): -9465548 or 3445103. OLE color: 3445103.

HSL color Cylindrical-coordinate representation of color #6F9134: hue angle of 81.94º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F9134 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB11114552-
CMYK0.2300.640.43
HSL81.94º47.21%38.63%-
HSV(B)81.94º64.14%56.86%-
XYZ17.323.886.95-
YUV124.2387.24118.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 145 (57.03% from 255) = 47.08%
BLUE value IS 52 (20.70% from 255) = 16.88%
R=36.04%
G=47.08%
B=16.88%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111145520.2300.640.4381.9447.2138.63
Hex6F9134170402B522f27
Octal15722164270100531225747
Binary11011111001000111010010111010000001010111010010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,52); }

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

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

 a { background-color: rgb(111,145,52); }

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

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

 span { border-color: rgb(111,145,52); }

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