#60825C

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

Shades of Hippie Green #60825C

Tints of Hippie Green #60825C

Color information

#60825C (or 0x60825C) is unknown color: approx Hippie Green. HEX triplet: 60, 82 and 5C. RGB value is (96,130,92). Sum of RGB (Red+Green+Blue) = 96+130+92=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #60825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60825C is #9F7DA3. Grayscale: #737373. Windows color (decimal): -10452388 or 6062688. OLE color: 6062688.

HSL color Cylindrical-coordinate representation of color #60825C: hue angle of 113.68º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60825C is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB9613092-
CMYK0.2600.290.49
HSL113.68º17.12%43.53%-
HSV(B)113.68º29.23%50.98%-
XYZ14.7419.2213.06-
YUV115.5114.74114.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.19%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=30.19%
G=40.88%
B=28.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130920.2600.290.49113.6817.1243.53
Hex60825C1A01D3172112c
Octal14020213432035611622154
Binary110000010000010101110011010011101110001111001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60825C; }

 p { color: rgb(96,130,92); }

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

<style>
 a { background-color: #60825C; }

 a { background-color: rgb(96,130,92); }

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

<style>
 span { border-color: #60825C; }

 span { border-color: rgb(96,130,92); }

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