#68965A

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

Shades of Hippie Green #68965A

Tints of Hippie Green #68965A

Color information

#68965A (or 0x68965A) is unknown color: approx Hippie Green. HEX triplet: 68, 96 and 5A. RGB value is (104,150,90). Sum of RGB (Red+Green+Blue) = 104+150+90=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #68965A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68965A is #9769A5. Grayscale: #818181. Windows color (decimal): -9922982 or 5936744. OLE color: 5936744.

HSL color Cylindrical-coordinate representation of color #68965A: hue angle of 106º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68965A is Cyan = 0.31, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB10415090-
CMYK0.3100.40.41
HSL106º25%47.06%-
HSV(B)106º40%58.82%-
XYZ18.4625.4913.62-
YUV129.41105.76109.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=30.23%
G=43.60%
B=26.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104150900.3100.40.411062547.06
Hex68965A1F028296a192f
Octal15022613237050511523157
Binary1101000100101101011010111110101000101001110101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68965A; }

 p { color: rgb(104,150,90); }

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

<style>
 a { background-color: #68965A; }

 a { background-color: rgb(104,150,90); }

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

<style>
 span { border-color: #68965A; }

 span { border-color: rgb(104,150,90); }

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