#6F9034

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

Shades of Olive Drab #6F9034

Tints of Olive Drab #6F9034

Color information

#6F9034 (or 0x6F9034) is unknown color: approx Olive Drab. HEX triplet: 6F, 90 and 34. RGB value is (111,144,52). Sum of RGB (Red+Green+Blue) = 111+144+52=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #6F9034 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F9034 is #906FCB. Grayscale: #7B7B7B. Windows color (decimal): -9465804 or 3444847. OLE color: 3444847.

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

Color convert

RGB11114452-
CMYK0.2300.640.44
HSL81.52º46.94%38.43%-
HSV(B)81.52º63.89%56.47%-
XYZ17.1523.576.9-
YUV123.6487.57118.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 144 (56.64% from 255) = 46.91%
BLUE value IS 52 (20.70% from 255) = 16.94%
R=36.16%
G=46.91%
B=16.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111144520.2300.640.4481.5246.9438.43
Hex6F9034170402C522f26
Octal15722064270100541225746
Binary11011111001000011010010111010000001011001010010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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