#6F932C

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

Shades of Olive Drab #6F932C

Tints of Olive Drab #6F932C

Color information

#6F932C (or 0x6F932C) is unknown color: approx Olive Drab. HEX triplet: 6F, 93 and 2C. RGB value is (111,147,44). Sum of RGB (Red+Green+Blue) = 111+147+44=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 147 (57.81% from 255 or 48.68% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 147 - color contains mainly: green. Hex color #6F932C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F932C is #906CD3. Grayscale: #7C7C7C. Windows color (decimal): -9465044 or 2921327. OLE color: 2921327.

HSL color Cylindrical-coordinate representation of color #6F932C: hue angle of 80.97º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F932C is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB11114744-
CMYK0.2400.700.42
HSL80.97º53.93%37.45%-
HSV(B)80.97º70.07%57.65%-
XYZ17.4424.436.18-
YUV124.4982.57118.38-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.75%
GREEN value IS 147 (57.81% from 255) = 48.68%
BLUE value IS 44 (17.58% from 255) = 14.57%
R=36.75%
G=48.68%
B=14.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111147440.2400.700.4280.9753.9337.45
Hex6F932C180462A513625
Octal15722354300106521216645
Binary11011111001001110110011000010001101010101010001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F932C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,147,44); }

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

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

 a { background-color: rgb(111,147,44); }

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

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

 span { border-color: rgb(111,147,44); }

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