Html Css Color HEX #63805D Hippie Green

📋 copy color: '#63805D'

red 99 ◦ green 128 ◦ blue 93

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

Shades of Hippie Green #63805D

Tints of Hippie Green #63805D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40%

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 30.94%
G = 40%
B = 29.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#63805D (or 0x63805D) is known color: Hippie Green. HEX triplet: 63, 80 and 5D. RGB value is (99,128,93). Sum of RGB (Red+Green+Blue) = 99+128+93=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 128 (50.39% from 255 or 40% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 128 - color contains mainly: green. Hex color #63805D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63805D is #9C7FA2. Grayscale: #737373. Windows color (decimal): -10256291 or 6127715. OLE color: 6127715.

HSL color Cylindrical-coordinate representation of color #63805D: hue angle of 109.71º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63805D is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 93 -
CMYK 0.23 0 0.27 0.50
HSL 109.71º 0.16% 0.43% -
HSV(B) 109.71º 0.27% 0.5% -
XYZ 14.84 18.88 13.22 -
YUV 115.34 115.39 116.35 -
System Red Green Blue C M Y K H S L
Decimal 99 128 93 0.23 0 0.27 0.50 109.71 0.16 0.43
Hex 63 80 5D 17 0 1B 32 6E 10 2B
Octal 143 200 135 27 0 33 62 156 20 53
Binary 1100011 10000000 1011101 10111 0 11011 110010 1101110 10000 101011

Color Harmonies of #63805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63805D

Black with #63805D

Text Example


Text Example

White with #63805D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,128,93); }

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

background-color css

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

 a { background-color: rgb(99,128,93); }

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

border-color css

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

 span { border-color: rgb(99,128,93); }

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