#6C970D

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

Shades of Olive Drab #6C970D

Tints of Olive Drab #6C970D

Color information

#6C970D (or 0x6C970D) is unknown color: approx Olive Drab. HEX triplet: 6C, 97 and 0D. RGB value is (108,151,13). Sum of RGB (Red+Green+Blue) = 108+151+13=272 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.71% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #6C970D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C970D is #9368F2. Grayscale: #7A7A7A. Windows color (decimal): -9660659 or 890732. OLE color: 890732.

HSL color Cylindrical-coordinate representation of color #6C970D: hue angle of 78.7º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C970D is Cyan = 0.28, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB10815113-
CMYK0.2800.910.41
HSL78.7º84.15%32.16%-
HSV(B)78.7º91.39%59.22%-
XYZ17.3225.354.36-
YUV122.4166.25117.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.71%
GREEN value IS 151 (59.38% from 255) = 55.51%
BLUE value IS 13 (5.47% from 255) = 4.78%
R=39.71%
G=55.51%
B=4.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal108151130.2800.910.4178.784.1532.16
Hex6C97D1C05B294f5420
Octal154227153401335111712440
Binary1101100100101111101111000101101110100110011111010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C970D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,151,13); }

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

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

 a { background-color: rgb(108,151,13); }

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

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

 span { border-color: rgb(108,151,13); }

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