#6D962C

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

Shades of Olive Drab #6D962C

Tints of Olive Drab #6D962C

Color information

#6D962C (or 0x6D962C) is unknown color: approx Olive Drab. HEX triplet: 6D, 96 and 2C. RGB value is (109,150,44). Sum of RGB (Red+Green+Blue) = 109+150+44=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #6D962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D962C is #9269D3. Grayscale: #7E7E7E. Windows color (decimal): -9595348 or 2922093. OLE color: 2922093.

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

Color convert

RGB10915044-
CMYK0.2700.710.41
HSL83.21º54.64%38.04%-
HSV(B)83.21º70.67%58.82%-
XYZ17.6725.256.32-
YUV125.6681.92116.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 150 (58.98% from 255) = 49.50%
BLUE value IS 44 (17.58% from 255) = 14.52%
R=35.97%
G=49.50%
B=14.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109150440.2700.710.4183.2154.6438.04
Hex6D962C1B04729533726
Octal15522654330107511236746
Binary11011011001011010110011011010001111010011010011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D962C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,150,44); }

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

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

 a { background-color: rgb(109,150,44); }

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

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

 span { border-color: rgb(109,150,44); }

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