#638C60

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

Shades of Hippie Green #638C60

Tints of Hippie Green #638C60

Color information

#638C60 (or 0x638C60) is unknown color: approx Hippie Green. HEX triplet: 63, 8C and 60. RGB value is (99,140,96). Sum of RGB (Red+Green+Blue) = 99+140+96=335 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.55% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #638C60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C60 is #9C739F. Grayscale: #7A7A7A. Windows color (decimal): -10253216 or 6327395. OLE color: 6327395.

HSL color Cylindrical-coordinate representation of color #638C60: hue angle of 115.91º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638C60 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB9914096-
CMYK0.2900.310.45
HSL115.91º18.64%46.27%-
HSV(B)115.91º31.43%54.9%-
XYZ16.6322.2514.48-
YUV122.72112.92111.08-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.55%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=29.55%
G=41.79%
B=28.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140960.2900.310.45115.9118.6446.27
Hex638C601D01F2D74132e
Octal14321414035037551642356
Binary110001110001100110000011101011111101101111010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638C60; }

 p { color: rgb(99,140,96); }

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

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

 a { background-color: rgb(99,140,96); }

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

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

 span { border-color: rgb(99,140,96); }

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