#6D971B

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

Shades of Olive Drab #6D971B

Tints of Olive Drab #6D971B

Color information

#6D971B (or 0x6D971B) is unknown color: approx Olive Drab. HEX triplet: 6D, 97 and 1B. RGB value is (109,151,27). Sum of RGB (Red+Green+Blue) = 109+151+27=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #6D971B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D971B is #9268E4. Grayscale: #7C7C7C. Windows color (decimal): -9595109 or 1808237. OLE color: 1808237.

HSL color Cylindrical-coordinate representation of color #6D971B: hue angle of 80.32º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D971B is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.41.

Color convert

RGB10915127-
CMYK0.2800.820.41
HSL80.32º69.66%34.9%-
HSV(B)80.32º82.12%59.22%-
XYZ17.5725.465.03-
YUV124.3173.09117.08-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.98%
GREEN value IS 151 (59.38% from 255) = 52.61%
BLUE value IS 27 (10.94% from 255) = 9.41%
R=37.98%
G=52.61%
B=9.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109151270.2800.820.4180.3269.6634.9
Hex6D971B1C05229504623
Octal155227333401225112010643
Binary11011011001011111011111000101001010100110100001000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,151,27); }

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

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

 a { background-color: rgb(109,151,27); }

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

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

 span { border-color: rgb(109,151,27); }

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