#6C8A3A

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

Shades of Olive Drab #6C8A3A

Tints of Olive Drab #6C8A3A

Color information

#6C8A3A (or 0x6C8A3A) is unknown color: approx Olive Drab. HEX triplet: 6C, 8A and 3A. RGB value is (108,138,58). Sum of RGB (Red+Green+Blue) = 108+138+58=304 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.53% from 304); Green value is 138 (54.30% from 255 or 45.39% from 304); Blue value is 58 (23.05% from 255 or 19.08% from 304); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A3A is #9375C5. Grayscale: #787878. Windows color (decimal): -9663942 or 3836524. OLE color: 3836524.

HSL color Cylindrical-coordinate representation of color #6C8A3A: hue angle of 82.5º 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 #6C8A3A is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB10813858-
CMYK0.2200.580.46
HSL82.5º40.82%38.43%-
HSV(B)82.5º57.97%54.12%-
XYZ16.0421.677.34-
YUV119.9193.06119.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.53%
GREEN value IS 138 (54.30% from 255) = 45.39%
BLUE value IS 58 (23.05% from 255) = 19.08%
R=35.53%
G=45.39%
B=19.08%

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
Decimal108138580.2200.580.4682.540.8238.43
Hex6C8A3A1603A2E522926
Octal1542127226072561225146
Binary1101100100010101110101011001110101011101010010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,138,58); }

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

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

 a { background-color: rgb(108,138,58); }

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

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

 span { border-color: rgb(108,138,58); }

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