#5F835F

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

Shades of Hippie Green #5F835F

Tints of Hippie Green #5F835F

Color information

#5F835F (or 0x5F835F) is unknown color: approx Hippie Green. HEX triplet: 5F, 83 and 5F. RGB value is (95,131,95). Sum of RGB (Red+Green+Blue) = 95+131+95=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 131 (51.56% from 255 or 40.81% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 131 - color contains mainly: green. Hex color #5F835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F835F is #A07CA0. Grayscale: #747474. Windows color (decimal): -10517665 or 6259551. OLE color: 6259551.

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

Color convert

RGB9513195-
CMYK0.2700.270.49
HSL120º15.93%44.31%-
HSV(B)120º27.48%51.37%-
XYZ14.919.4913.8-
YUV116.13116.07112.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.60%
GREEN value IS 131 (51.56% from 255) = 40.81%
BLUE value IS 95 (37.5% from 255) = 29.60%
R=29.60%
G=40.81%
B=29.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95131950.2700.270.4912015.9344.31
Hex5F835F1B01B3178102c
Octal13720313733033611702054
Binary101111110000011101111111011011011110001111100010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,131,95); }

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

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

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

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

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

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

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