Html Css Color HEX #5F825B Hippie Green

📋 copy color: '#5F825B'

red 95 ◦ green 130 ◦ blue 91

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

Shades of Hippie Green #5F825B

Tints of Hippie Green #5F825B

RGB

 RED value IS 95 (37.5% from 255) = 30.06%

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

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 30.06%
G = 41.14%
B = 28.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#5F825B (or 0x5F825B) is known color: Hippie Green. HEX triplet: 5F, 82 and 5B. RGB value is (95,130,91). Sum of RGB (Red+Green+Blue) = 95+130+91=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 130 - color contains mainly: green. Hex color #5F825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F825B is #A07DA4. Grayscale: #737373. Windows color (decimal): -10517925 or 5997151. OLE color: 5997151.

HSL color Cylindrical-coordinate representation of color #5F825B: hue angle of 113.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5F825B is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 95 130 91 -
CMYK 0.27 0 0.30 0.49
HSL 113.85º 0.18% 0.43% -
HSV(B) 113.85º 0.3% 0.51% -
XYZ 14.59 19.15 12.83 -
YUV 115.09 114.4 113.67 -
System Red Green Blue C M Y K H S L
Decimal 95 130 91 0.27 0 0.30 0.49 113.85 0.18 0.43
Hex 5F 82 5B 1B 0 1E 31 72 12 2B
Octal 137 202 133 33 0 36 61 162 22 53
Binary 1011111 10000010 1011011 11011 0 11110 110001 1110010 10010 101011

Color Harmonies of #5F825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F825B

Black with #5F825B

Text Example


Text Example

White with #5F825B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F825B; }

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

 H1.HeaderClassName
 {
   color: #5F825B;
 }
 .AnyTagClassName
 {
   color: #5F825B;
 }
</style>

background-color css

<style>
 a { background-color: #5F825B; }

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

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

border-color css

<style>
 span { border-color: #5F825B; }

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

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