#6B893A

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

Shades of Olive Drab #6B893A

Tints of Olive Drab #6B893A

Color information

#6B893A (or 0x6B893A) is unknown color: approx Olive Drab. HEX triplet: 6B, 89 and 3A. RGB value is (107,137,58). Sum of RGB (Red+Green+Blue) = 107+137+58=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #6B893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B893A is #9476C5. Grayscale: #777777. Windows color (decimal): -9729734 or 3836267. OLE color: 3836267.

HSL color Cylindrical-coordinate representation of color #6B893A: hue angle of 82.78º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B893A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB10713758-
CMYK0.2200.580.46
HSL82.78º40.51%38.24%-
HSV(B)82.78º57.66%53.73%-
XYZ15.7721.327.29-
YUV119.0293.56119.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 137 (53.91% from 255) = 45.36%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=35.43%
G=45.36%
B=19.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107137580.2200.580.4682.7840.5138.24
Hex6B893A1603A2E532926
Octal1532117226072561235146
Binary1101011100010011110101011001110101011101010011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B893A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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