#6C955D

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

Shades of Hippie Green #6C955D

Tints of Hippie Green #6C955D

Color information

#6C955D (or 0x6C955D) is unknown color: approx Hippie Green. HEX triplet: 6C, 95 and 5D. RGB value is (108,149,93). Sum of RGB (Red+Green+Blue) = 108+149+93=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #6C955D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C955D is #936AA2. Grayscale: #828282. Windows color (decimal): -9661091 or 6133100. OLE color: 6133100.

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

Color convert

RGB10814993-
CMYK0.2800.380.42
HSL103.93º23.14%47.45%-
HSV(B)103.93º37.58%58.43%-
XYZ18.9125.4714.28-
YUV130.36106.92112.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.86%
GREEN value IS 149 (58.59% from 255) = 42.57%
BLUE value IS 93 (36.72% from 255) = 26.57%
R=30.86%
G=42.57%
B=26.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal108149930.2800.380.42103.9323.1447.45
Hex6C955D1C0262A68172f
Octal15422513534046521502757
Binary1101100100101011011101111000100110101010110100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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