#6B891C

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

Shades of Olive Drab #6B891C

Tints of Olive Drab #6B891C

Color information

#6B891C (or 0x6B891C) is unknown color: approx Olive Drab. HEX triplet: 6B, 89 and 1C. RGB value is (107,137,28). Sum of RGB (Red+Green+Blue) = 107+137+28=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #6B891C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B891C is #9476E3. Grayscale: #747474. Windows color (decimal): -9729764 or 1870187. OLE color: 1870187.

HSL color Cylindrical-coordinate representation of color #6B891C: hue angle of 76.51º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6B891C is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB10713728-
CMYK0.2200.800.46
HSL76.51º66.06%32.35%-
HSV(B)76.51º79.56%53.73%-
XYZ15.2221.14.37-
YUV115.678.56121.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 137 (53.91% from 255) = 50.37%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=39.34%
G=50.37%
B=10.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137280.2200.800.4676.5166.0632.35
Hex6B891C160502E4d4220
Octal153211342601205611510240
Binary11010111000100111100101100101000010111010011011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,137,28); }

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

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

 a { background-color: rgb(107,137,28); }

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

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

 span { border-color: rgb(107,137,28); }

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