#6C995D

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

Shades of Hippie Green #6C995D

Tints of Hippie Green #6C995D

Color information

#6C995D (or 0x6C995D) is unknown color: approx Hippie Green. HEX triplet: 6C, 99 and 5D. RGB value is (108,153,93). Sum of RGB (Red+Green+Blue) = 108+153+93=354 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.51% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #6C995D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C995D is #9366A2. Grayscale: #848484. Windows color (decimal): -9660067 or 6134124. OLE color: 6134124.

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

Color convert

RGB10815393-
CMYK0.2900.390.4
HSL105º24.39%48.24%-
HSV(B)105º39.22%60%-
XYZ19.5526.7614.49-
YUV132.7105.59110.38-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.51%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=30.51%
G=43.22%
B=26.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal108153930.2900.390.410524.3948.24
Hex6C995D1D02728691830
Octal15423113535047501513060
Binary1101100100110011011101111010100111101000110100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,153,93); }

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

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

 a { background-color: rgb(108,153,93); }

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

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

 span { border-color: rgb(108,153,93); }

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