#6C982C

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

Shades of Olive Drab #6C982C

Tints of Olive Drab #6C982C

Color information

#6C982C (or 0x6C982C) is unknown color: approx Olive Drab. HEX triplet: 6C, 98 and 2C. RGB value is (108,152,44). Sum of RGB (Red+Green+Blue) = 108+152+44=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 152 (59.77% from 255 or 50% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 152 - color contains mainly: green. Hex color #6C982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C982C is #9367D3. Grayscale: #7E7E7E. Windows color (decimal): -9660372 or 2922604. OLE color: 2922604.

HSL color Cylindrical-coordinate representation of color #6C982C: hue angle of 84.44º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C982C is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB10815244-
CMYK0.2900.710.40
HSL84.44º55.1%38.43%-
HSV(B)84.44º71.05%59.61%-
XYZ17.8725.836.43-
YUV126.5381.42114.78-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 152 (59.77% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 14.47%
R=35.53%
G=50%
B=14.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal108152440.2900.710.4084.4455.138.43
Hex6C982C1D04728543726
Octal15423054350107501246746
Binary11011001001100010110011101010001111010001010100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C982C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,152,44); }

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

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

 a { background-color: rgb(108,152,44); }

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

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

 span { border-color: rgb(108,152,44); }

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