#6B972A

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

Shades of Olive Drab #6B972A

Tints of Olive Drab #6B972A

Color information

#6B972A (or 0x6B972A) is unknown color: approx Olive Drab. HEX triplet: 6B, 97 and 2A. RGB value is (107,151,42). Sum of RGB (Red+Green+Blue) = 107+151+42=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #6B972A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B972A is #9468D5. Grayscale: #7D7D7D. Windows color (decimal): -9726166 or 2791275. OLE color: 2791275.

HSL color Cylindrical-coordinate representation of color #6B972A: hue angle of 84.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B972A is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB10715142-
CMYK0.2900.720.41
HSL84.22º56.48%37.84%-
HSV(B)84.22º72.19%59.22%-
XYZ17.5525.436.17-
YUV125.4280.92114.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 151 (59.38% from 255) = 50.33%
BLUE value IS 42 (16.80% from 255) = 14%
R=35.67%
G=50.33%
B=14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal107151420.2900.720.4184.2256.4837.84
Hex6B972A1D04829543826
Octal15322752350110511247046
Binary11010111001011110101011101010010001010011010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,151,42); }

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

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

 a { background-color: rgb(107,151,42); }

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

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

 span { border-color: rgb(107,151,42); }

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