#6C931F

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

Shades of Olive Drab #6C931F

Tints of Olive Drab #6C931F

Color information

#6C931F (or 0x6C931F) is unknown color: approx Olive Drab. HEX triplet: 6C, 93 and 1F. RGB value is (108,147,31). Sum of RGB (Red+Green+Blue) = 108+147+31=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #6C931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C931F is #936CE0. Grayscale: #7A7A7A. Windows color (decimal): -9661665 or 2069356. OLE color: 2069356.

HSL color Cylindrical-coordinate representation of color #6C931F: hue angle of 80.17º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C931F is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB10814731-
CMYK0.2700.790.42
HSL80.17º65.17%34.9%-
HSV(B)80.17º78.91%57.65%-
XYZ16.8724.155.07-
YUV122.1276.58117.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 31 (12.5% from 255) = 10.84%
R=37.76%
G=51.40%
B=10.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108147310.2700.790.4280.1765.1734.9
Hex6C931F1B04F2A504123
Octal154223373301175212010143
Binary11011001001001111111110110100111110101010100001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C931F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,147,31); }

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

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

 a { background-color: rgb(108,147,31); }

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

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

 span { border-color: rgb(108,147,31); }

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