#6B920D

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

Shades of Olive Drab #6B920D

Tints of Olive Drab #6B920D

Color information

#6B920D (or 0x6B920D) is unknown color: approx Olive Drab. HEX triplet: 6B, 92 and 0D. RGB value is (107,146,13). Sum of RGB (Red+Green+Blue) = 107+146+13=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 146 (57.42% from 255 or 54.89% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 146 - color contains mainly: green. Hex color #6B920D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B920D is #946DF2. Grayscale: #777777. Windows color (decimal): -9727475 or 889451. OLE color: 889451.

HSL color Cylindrical-coordinate representation of color #6B920D: hue angle of 77.59º 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 #6B920D is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB10714613-
CMYK0.2700.910.43
HSL77.59º83.65%31.18%-
HSV(B)77.59º91.1%57.25%-
XYZ16.4123.714.09-
YUV119.1868.08119.31-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 146 (57.42% from 255) = 54.89%
BLUE value IS 13 (5.47% from 255) = 4.89%
R=40.23%
G=54.89%
B=4.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107146130.2700.910.4377.5983.6531.18
Hex6B92D1B05B2B4e541f
Octal153222153301335311612437
Binary110101110010010110111011010110111010111001110101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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