Html Css Color HEX #61825C Hippie Green

📋 copy color: '#61825C'

red 97 ◦ green 130 ◦ blue 92

#61825C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Green #61825C

Tints of Hippie Green #61825C

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 value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#61825C (or 0x61825C) is known color: 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

RGB 97 130 92 -
CMYK 0.25 0 0.29 0.49
HSL 112.11º 0.17% 0.44% -
HSV(B) 112.11º 0.29% 0.51% -
XYZ 14.84 19.28 13.06 -
YUV 115.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 97 130 92 0.25 0 0.29 0.49 112.11 0.17 0.44
Hex 61 82 5C 19 0 1D 31 70 11 2C
Octal 141 202 134 31 0 35 61 160 21 54
Binary 1100001 10000010 1011100 11001 0 11101 110001 1110000 10001 101100

Color Harmonies of #61825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61825C

Black with #61825C

Text Example


Text Example

White with #61825C

Text Example


Text Example

HTML Codes & Css Web 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>