#6F8D2D

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

Shades of Olive Drab #6F8D2D

Tints of Olive Drab #6F8D2D

Color information

#6F8D2D (or 0x6F8D2D) is unknown color: approx Olive Drab. HEX triplet: 6F, 8D and 2D. RGB value is (111,141,45). Sum of RGB (Red+Green+Blue) = 111+141+45=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 141 (55.47% from 255 or 47.47% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8D2D is #9072D2. Grayscale: #797979. Windows color (decimal): -9466579 or 2985327. OLE color: 2985327.

HSL color Cylindrical-coordinate representation of color #6F8D2D: hue angle of 78.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F8D2D is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.

Color convert

RGB11114145-
CMYK0.2100.680.45
HSL78.75º51.61%36.47%-
HSV(B)78.75º68.09%55.29%-
XYZ16.5522.625.98-
YUV121.0985.06120.81-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 141 (55.47% from 255) = 47.47%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=37.37%
G=47.47%
B=15.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111141450.2100.680.4578.7551.6136.47
Hex6F8D2D150442D4f3424
Octal15721555250104551176444
Binary11011111000110110110110101010001001011011001111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,141,45); }

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

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

 a { background-color: rgb(111,141,45); }

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

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

 span { border-color: rgb(111,141,45); }

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