#6B9313

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

Shades of Olive Drab #6B9313

Tints of Olive Drab #6B9313

Color information

#6B9313 (or 0x6B9313) is unknown color: approx Olive Drab. HEX triplet: 6B, 93 and 13. RGB value is (107,147,19). Sum of RGB (Red+Green+Blue) = 107+147+19=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 147 (57.81% from 255 or 53.85% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 147 - color contains mainly: green. Hex color #6B9313 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B9313 is #946CEC. Grayscale: #787878. Windows color (decimal): -9727213 or 1282923. OLE color: 1282923.

HSL color Cylindrical-coordinate representation of color #6B9313: hue angle of 78.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B9313 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB10714719-
CMYK0.2700.870.42
HSL78.75º77.11%32.55%-
HSV(B)78.75º87.07%57.65%-
XYZ16.6124.044.38-
YUV120.4570.75118.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 147 (57.81% from 255) = 53.85%
BLUE value IS 19 (7.81% from 255) = 6.96%
R=39.19%
G=53.85%
B=6.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107147190.2700.870.4278.7577.1132.55
Hex6B93131B0572A4f4d21
Octal153223233301275211711541
Binary11010111001001110011110110101011110101010011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,147,19); }

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

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

 a { background-color: rgb(107,147,19); }

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

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

 span { border-color: rgb(107,147,19); }

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