#6f841d

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

Shades of Olive Drab #6F841D

Tints of Olive Drab #6F841D

Color information

#6F841D (or 0x6F841D) is unknown color: approx Olive Drab. HEX triplet: 6F, 84 and 1D. RGB value is (111,132,29). Sum of RGB (Red+Green+Blue) = 111+132+29=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #6F841D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F841D is #907BE2. Grayscale: #727272. Windows color (decimal): -9468899 or 1934447. OLE color: 1934447.

HSL color Cylindrical-coordinate representation of color #6F841D: hue angle of 72.23º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6F841D is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.

Color convert

RGB11113229-
CMYK0.1600.780.48
HSL72.23º63.98%31.57%-
HSV(B)72.23º78.03%51.76%-
XYZ15.0319.974.23-
YUV113.9880.04125.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 132 (51.95% from 255) = 48.53%
BLUE value IS 29 (11.72% from 255) = 10.66%
R=40.81%
G=48.53%
B=10.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132290.1600.780.4872.2363.9831.57
Hex6F841D1004E30484020
Octal157204352001166011010040
Binary11011111000010011101100000100111011000010010001000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f841d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,29); }

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

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

 a { background-color: rgb(111,132,29); }

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

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

 span { border-color: rgb(111,132,29); }

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