#6D985F

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

Shades of Hippie Green #6D985F

Tints of Hippie Green #6D985F

Color information

#6D985F (or 0x6D985F) is unknown color: approx Hippie Green. HEX triplet: 6D, 98 and 5F. RGB value is (109,152,95). Sum of RGB (Red+Green+Blue) = 109+152+95=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #6D985F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D985F is #9267A0. Grayscale: #848484. Windows color (decimal): -9594785 or 6264941. OLE color: 6264941.

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

Color convert

RGB10915295-
CMYK0.2800.380.40
HSL105.26º23.08%48.43%-
HSV(B)105.26º37.5%59.61%-
XYZ19.626.5314.91-
YUV132.65106.75111.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.62%
GREEN value IS 152 (59.77% from 255) = 42.70%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=30.62%
G=42.70%
B=26.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal109152950.2800.380.40105.2623.0848.43
Hex6D985F1C02628691730
Octal15523013734046501512760
Binary1101101100110001011111111000100110101000110100110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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