#6C952E

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

Shades of Olive Drab #6C952E

Tints of Olive Drab #6C952E

Color information

#6C952E (or 0x6C952E) is unknown color: approx Olive Drab. HEX triplet: 6C, 95 and 2E. RGB value is (108,149,46). Sum of RGB (Red+Green+Blue) = 108+149+46=303 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.64% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 46 (18.36% from 255 or 15.18% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #6C952E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C952E is #936AD1. Grayscale: #7D7D7D. Windows color (decimal): -9661138 or 3052908. OLE color: 3052908.

HSL color Cylindrical-coordinate representation of color #6C952E: hue angle of 83.88º 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 #6C952E is Cyan = 0.28, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB10814946-
CMYK0.2800.690.42
HSL83.88º52.82%38.24%-
HSV(B)83.88º69.13%58.43%-
XYZ17.4224.886.47-
YUV12583.42115.88-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 35.64%
GREEN value IS 149 (58.59% from 255) = 49.17%
BLUE value IS 46 (18.36% from 255) = 15.18%
R=35.64%
G=49.17%
B=15.18%

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
Decimal108149460.2800.690.4283.8852.8238.24
Hex6C952E1C0452A543526
Octal15422556340105521246546
Binary11011001001010110111011100010001011010101010100110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C952E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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