Html Css Color HEX #5F995C Hippie Green

📋 copy color: '#5F995C'

red 95 ◦ green 153 ◦ blue 92

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

Shades of Hippie Green #5F995C

Tints of Hippie Green #5F995C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 92 (36.33% from 255) = 27.06%

R = 27.94%
G = 45%
B = 27.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.4

RGB Variations

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

Color information

#5F995C (or 0x5F995C) is known color: Hippie Green. HEX triplet: 5F, 99 and 5C. RGB value is (95,153,92). Sum of RGB (Red+Green+Blue) = 95+153+92=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #5F995C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F995C is #A066A3. Grayscale: #808080. Windows color (decimal): -10512036 or 6068575. OLE color: 6068575.

HSL color Cylindrical-coordinate representation of color #5F995C: hue angle of 117.05º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F995C is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 153 92 -
CMYK 0.38 0 0.40 0.4
HSL 117.05º 0.25% 0.48% -
HSV(B) 117.05º 0.4% 0.6% -
XYZ 18.04 25.99 14.19 -
YUV 128.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 95 153 92 0.38 0 0.40 0.4 117.05 0.25 0.48
Hex 5F 99 5C 26 0 28 28 75 19 30
Octal 137 231 134 46 0 50 50 165 31 60
Binary 1011111 10011001 1011100 100110 0 101000 101000 1110101 11001 110000

Color Harmonies of #5F995C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F995C

Black with #5F995C

Text Example


Text Example

White with #5F995C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,153,92); }

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

background-color css

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

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

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

border-color css

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

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

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