Html Css Color HEX #61825F Hippie Green

📋 copy color: '#61825F'

red 97 ◦ green 130 ◦ blue 95

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

Shades of Hippie Green #61825F

Tints of Hippie Green #61825F

RGB

 RED value IS 97 (38.28% from 255) = 30.12%

 GREEN value IS 130 (51.17% from 255) = 40.37%

 BLUE value IS 95 (37.5% from 255) = 29.5%

R = 30.12%
G = 40.37%
B = 29.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#61825F (or 0x61825F) is known color: Hippie Green. HEX triplet: 61, 82 and 5F. RGB value is (97,130,95). Sum of RGB (Red+Green+Blue) = 97+130+95=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 130 - color contains mainly: green. Hex color #61825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61825F is #9E7DA0. Grayscale: #747474. Windows color (decimal): -10386849 or 6259297. OLE color: 6259297.

HSL color Cylindrical-coordinate representation of color #61825F: hue angle of 116.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #61825F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 130 95 -
CMYK 0.25 0 0.27 0.49
HSL 116.57º 0.16% 0.44% -
HSV(B) 116.57º 0.27% 0.51% -
XYZ 14.98 19.33 13.77 -
YUV 116.14 116.07 114.35 -
System Red Green Blue C M Y K H S L
Decimal 97 130 95 0.25 0 0.27 0.49 116.57 0.16 0.44
Hex 61 82 5F 19 0 1B 31 75 10 2C
Octal 141 202 137 31 0 33 61 165 20 54
Binary 1100001 10000010 1011111 11001 0 11011 110001 1110101 10000 101100

Color Harmonies of #61825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61825F

Black with #61825F

Text Example


Text Example

White with #61825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #61825F;
 }
 .AnyTagClassName
 {
   color: #61825F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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