Html Css Color HEX #60825F Hippie Green

📋 copy color: '#60825F'

red 96 ◦ green 130 ◦ blue 95

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

Shades of Hippie Green #60825F

Tints of Hippie Green #60825F

RGB

 RED value IS 96 (37.89% from 255) = 29.91%

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

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

R = 29.91%
G = 40.5%
B = 29.6%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#60825F (or 0x60825F) is known color: Hippie Green. HEX triplet: 60, 82 and 5F. RGB value is (96,130,95). Sum of RGB (Red+Green+Blue) = 96+130+95=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 130 (51.17% from 255 or 40.50% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 130 - color contains mainly: green. Hex color #60825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60825F is #9F7DA0. Grayscale: #737373. Windows color (decimal): -10452385 or 6259296. OLE color: 6259296.

HSL color Cylindrical-coordinate representation of color #60825F: hue angle of 118.29º 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 #60825F is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 96 130 95 -
CMYK 0.26 0 0.27 0.49
HSL 118.29º 0.16% 0.44% -
HSV(B) 118.29º 0.27% 0.51% -
XYZ 14.87 19.28 13.76 -
YUV 115.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 96 130 95 0.26 0 0.27 0.49 118.29 0.16 0.44
Hex 60 82 5F 1A 0 1B 31 76 10 2C
Octal 140 202 137 32 0 33 61 166 20 54
Binary 1100000 10000010 1011111 11010 0 11011 110001 1110110 10000 101100

Color Harmonies of #60825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60825F

Black with #60825F

Text Example


Text Example

White with #60825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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