#6C920D

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

Shades of Olive Drab #6C920D

Tints of Olive Drab #6C920D

Color information

#6C920D (or 0x6C920D) is unknown color: approx Olive Drab. HEX triplet: 6C, 92 and 0D. RGB value is (108,146,13). Sum of RGB (Red+Green+Blue) = 108+146+13=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 146 (57.42% from 255 or 54.68% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 146 - color contains mainly: green. Hex color #6C920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C920D is #936DF2. Grayscale: #777777. Windows color (decimal): -9661939 or 889452. OLE color: 889452.

HSL color Cylindrical-coordinate representation of color #6C920D: hue angle of 77.14º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6C920D is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB10814613-
CMYK0.2600.910.43
HSL77.14º83.65%31.18%-
HSV(B)77.14º91.1%57.25%-
XYZ16.5423.774.1-
YUV119.4867.91119.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.45%
GREEN value IS 146 (57.42% from 255) = 54.68%
BLUE value IS 13 (5.47% from 255) = 4.87%
R=40.45%
G=54.68%
B=4.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal108146130.2600.910.4377.1483.6531.18
Hex6C92D1A05B2B4d541f
Octal154222153201335311512437
Binary110110010010010110111010010110111010111001101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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