#6F8A3A

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

Shades of Olive Drab #6F8A3A

Tints of Olive Drab #6F8A3A

Color information

#6F8A3A (or 0x6F8A3A) is unknown color: approx Olive Drab. HEX triplet: 6F, 8A and 3A. RGB value is (111,138,58). Sum of RGB (Red+Green+Blue) = 111+138+58=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8A3A is #9075C5. Grayscale: #797979. Windows color (decimal): -9467334 or 3836527. OLE color: 3836527.

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

Color convert

RGB11113858-
CMYK0.2000.580.46
HSL80.25º40.82%38.43%-
HSV(B)80.25º57.97%54.12%-
XYZ16.4121.867.36-
YUV120.8192.55121-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 138 (54.30% from 255) = 44.95%
BLUE value IS 58 (23.05% from 255) = 18.89%
R=36.16%
G=44.95%
B=18.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111138580.2000.580.4680.2540.8238.43
Hex6F8A3A1403A2E502926
Octal1572127224072561205146
Binary1101111100010101110101010001110101011101010000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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