#61825C

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

Shades of Hippie Green #61825C

Tints of Hippie Green #61825C

Color information

#61825C (or 0x61825C) is unknown color: approx Hippie Green. HEX triplet: 61, 82 and 5C. RGB value is (97,130,92). Sum of RGB (Red+Green+Blue) = 97+130+92=319 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.41% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #61825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61825C is #9E7DA3. Grayscale: #737373. Windows color (decimal): -10386852 or 6062689. OLE color: 6062689.

HSL color Cylindrical-coordinate representation of color #61825C: hue angle of 112.11º 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 #61825C is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB9713092-
CMYK0.2500.290.49
HSL112.11º17.12%43.53%-
HSV(B)112.11º29.23%50.98%-
XYZ14.8419.2813.06-
YUV115.8114.57114.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.41%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=30.41%
G=40.75%
B=28.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130920.2500.290.49112.1117.1243.53
Hex61825C1901D3170112c
Octal14120213431035611602154
Binary110000110000010101110011001011101110001111000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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