#6B952E

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

Shades of Olive Drab #6B952E

Tints of Olive Drab #6B952E

Color information

#6B952E (or 0x6B952E) is unknown color: approx Olive Drab. HEX triplet: 6B, 95 and 2E. RGB value is (107,149,46). Sum of RGB (Red+Green+Blue) = 107+149+46=302 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.43% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #6B952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B952E is #946AD1. Grayscale: #7D7D7D. Windows color (decimal): -9726674 or 3052907. OLE color: 3052907.

HSL color Cylindrical-coordinate representation of color #6B952E: hue angle of 84.47º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B952E is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB10714946-
CMYK0.2800.690.42
HSL84.47º52.82%38.24%-
HSV(B)84.47º69.13%58.43%-
XYZ17.324.826.46-
YUV124.783.59115.38-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.43%
GREEN value IS 149 (58.59% from 255) = 49.34%
BLUE value IS 46 (18.36% from 255) = 15.23%
R=35.43%
G=49.34%
B=15.23%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107149460.2800.690.4284.4752.8238.24
Hex6B952E1C0452A543526
Octal15322556340105521246546
Binary11010111001010110111011100010001011010101010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,149,46); }

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

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

 a { background-color: rgb(107,149,46); }

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

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

 span { border-color: rgb(107,149,46); }

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