#6D995F

Color #6D995F Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #6D995F

Tints of Hippie Green #6D995F

Color information

#6D995F (or 0x6D995F) is unknown color: approx Hippie Green. HEX triplet: 6D, 99 and 5F. RGB value is (109,153,95). Sum of RGB (Red+Green+Blue) = 109+153+95=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #6D995F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D995F is #9266A0. Grayscale: #858585. Windows color (decimal): -9594529 or 6265197. OLE color: 6265197.

HSL color Cylindrical-coordinate representation of color #6D995F: hue angle of 105.52º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D995F is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB10915395-
CMYK0.2900.380.4
HSL105.52º23.39%48.63%-
HSV(B)105.52º37.91%60%-
XYZ19.7626.8614.97-
YUV133.23106.42110.72-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 153 (60.16% from 255) = 42.86%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=30.53%
G=42.86%
B=26.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal109153950.2900.380.4105.5223.3948.63
Hex6D995F1D026286a1731
Octal15523113735046501522761
Binary1101101100110011011111111010100110101000110101010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,153,95); }

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

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

 a { background-color: rgb(109,153,95); }

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

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

 span { border-color: rgb(109,153,95); }

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