#638864

Color #638864 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #638864

Tints of Hippie Green #638864

Color information

#638864 (or 0x638864) is unknown color: approx Hippie Green. HEX triplet: 63, 88 and 64. RGB value is (99,136,100). Sum of RGB (Red+Green+Blue) = 99+136+100=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #638864 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638864 is #9C779B. Grayscale: #787878. Windows color (decimal): -10254236 or 6588515. OLE color: 6588515.

HSL color Cylindrical-coordinate representation of color #638864: hue angle of 121.62º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638864 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB99136100-
CMYK0.2700.260.47
HSL121.62º15.74%46.08%-
HSV(B)121.62º27.21%53.33%-
XYZ16.2521.1815.29-
YUV120.83116.24112.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 100 (39.45% from 255) = 29.85%
R=29.55%
G=40.60%
B=29.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361000.2700.260.47121.6215.7446.08
Hex6388641B01A2F7a102e
Octal14321014433032571722056
Binary110001110001000110010011011011010101111111101010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638864; }

 p { color: rgb(99,136,100); }

 H1.HeaderClassName
 {
   color: #638864;
 }
 .AnyTagClassName
 {
   color: #638864;
 }
</style>
background-color css

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

 a { background-color: rgb(99,136,100); }

 div.DivClassName
 {
   background-color: #638864;
 }
 .BgClassName
 {
   background-color: #638864;
 }
</style>
border-color css

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

 span { border-color: rgb(99,136,100); }

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