Html Css Color HEX #63825F Hippie Green

📋 copy color: '#63825F'

red 99 ◦ green 130 ◦ blue 95

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

Shades of Hippie Green #63825F

Tints of Hippie Green #63825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.12%

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

R = 30.56%
G = 40.12%
B = 29.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#63825F (or 0x63825F) is known color: Hippie Green. HEX triplet: 63, 82 and 5F. RGB value is (99,130,95). Sum of RGB (Red+Green+Blue) = 99+130+95=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 130 - color contains mainly: green. Hex color #63825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63825F is #9C7DA0. Grayscale: #747474. Windows color (decimal): -10255777 or 6259299. OLE color: 6259299.

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

Color convert

RGB 99 130 95 -
CMYK 0.24 0 0.27 0.49
HSL 113.14º 0.16% 0.44% -
HSV(B) 113.14º 0.27% 0.51% -
XYZ 15.19 19.44 13.78 -
YUV 116.74 115.73 115.35 -
System Red Green Blue C M Y K H S L
Decimal 99 130 95 0.24 0 0.27 0.49 113.14 0.16 0.44
Hex 63 82 5F 18 0 1B 31 71 10 2C
Octal 143 202 137 30 0 33 61 161 20 54
Binary 1100011 10000010 1011111 11000 0 11011 110001 1110001 10000 101100

Color Harmonies of #63825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63825F

Black with #63825F

Text Example


Text Example

White with #63825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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