#6B910C

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

Shades of Olive Drab #6B910C

Tints of Olive Drab #6B910C

Color information

#6B910C (or 0x6B910C) is unknown color: approx Olive Drab. HEX triplet: 6B, 91 and 0C. RGB value is (107,145,12). Sum of RGB (Red+Green+Blue) = 107+145+12=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 145 (57.03% from 255 or 54.92% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 145 - color contains mainly: green. Hex color #6B910C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6B910C is #946EF3. Grayscale: #767676. Windows color (decimal): -9727732 or 823659. OLE color: 823659.

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

Color convert

RGB10714512-
CMYK0.2600.920.43
HSL77.14º84.71%30.78%-
HSV(B)77.14º91.72%56.86%-
XYZ16.2623.44.01-
YUV118.4867.91119.81-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 145 (57.03% from 255) = 54.92%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=40.53%
G=54.92%
B=4.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal107145120.2600.920.4377.1484.7130.78
Hex6B91C1A05C2B4d551f
Octal153221143201345311512537
Binary110101110010001110011010010111001010111001101101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B910C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,145,12); }

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

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

 a { background-color: rgb(107,145,12); }

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

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

 span { border-color: rgb(107,145,12); }

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