Html Css Color HEX #63994D Hippie Green

📋 copy color: '#63994D'

red 99 ◦ green 153 ◦ blue 77

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

Shades of Hippie Green #63994D

Tints of Hippie Green #63994D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 30.09%
G = 46.5%
B = 23.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.4

RGB Variations

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

Color information

#63994D (or 0x63994D) is known color: Hippie Green. HEX triplet: 63, 99 and 4D. RGB value is (99,153,77). Sum of RGB (Red+Green+Blue) = 99+153+77=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #63994D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63994D is #9C66B2. Grayscale: #808080. Windows color (decimal): -10249907 or 5085539. OLE color: 5085539.

HSL color Cylindrical-coordinate representation of color #63994D: hue angle of 102.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63994D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 77 -
CMYK 0.35 0 0.50 0.4
HSL 102.63º 0.33% 0.45% -
HSV(B) 102.63º 0.5% 0.6% -
XYZ 17.88 25.97 11.09 -
YUV 128.19 99.11 107.18 -
System Red Green Blue C M Y K H S L
Decimal 99 153 77 0.35 0 0.50 0.4 102.63 0.33 0.45
Hex 63 99 4D 23 0 32 28 67 21 2D
Octal 143 231 115 43 0 62 50 147 41 55
Binary 1100011 10011001 1001101 100011 0 110010 101000 1100111 100001 101101

Color Harmonies of #63994D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63994D

Black with #63994D

Text Example


Text Example

White with #63994D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63994D; }

 p { color: rgb(99,153,77); }

 H1.HeaderClassName
 {
   color: #63994D;
 }
 .AnyTagClassName
 {
   color: #63994D;
 }
</style>

background-color css

<style>
 a { background-color: #63994D; }

 a { background-color: rgb(99,153,77); }

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

border-color css

<style>
 span { border-color: #63994D; }

 span { border-color: rgb(99,153,77); }

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