Html Css Color HEX #63975F Hippie Green

📋 copy color: '#63975F'

red 99 ◦ green 151 ◦ blue 95

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

Shades of Hippie Green #63975F

Tints of Hippie Green #63975F

RGB

 RED value IS 99 (39.06% from 255) = 28.7%

 GREEN value IS 151 (59.38% from 255) = 43.77%

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

R = 28.7%
G = 43.77%
B = 27.54%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#63975F (or 0x63975F) is known color: Hippie Green. HEX triplet: 63, 97 and 5F. RGB value is (99,151,95). Sum of RGB (Red+Green+Blue) = 99+151+95=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 151 - color contains mainly: green. Hex color #63975F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63975F is #9C68A0. Grayscale: #818181. Windows color (decimal): -10250401 or 6264675. OLE color: 6264675.

HSL color Cylindrical-coordinate representation of color #63975F: hue angle of 115.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63975F is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 151 95 -
CMYK 0.34 0 0.37 0.41
HSL 115.71º 0.23% 0.48% -
HSV(B) 115.71º 0.37% 0.59% -
XYZ 18.28 25.61 14.81 -
YUV 129.07 108.77 106.55 -
System Red Green Blue C M Y K H S L
Decimal 99 151 95 0.34 0 0.37 0.41 115.71 0.23 0.48
Hex 63 97 5F 22 0 25 29 74 17 30
Octal 143 227 137 42 0 45 51 164 27 60
Binary 1100011 10010111 1011111 100010 0 100101 101001 1110100 10111 110000

Color Harmonies of #63975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63975F

Black with #63975F

Text Example


Text Example

White with #63975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,151,95); }

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

background-color css

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

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

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

border-color css

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

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

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