#639650

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

Shades of Hippie Green #639650

Tints of Hippie Green #639650

Color information

#639650 (or 0x639650) is unknown color: approx Hippie Green. HEX triplet: 63, 96 and 50. RGB value is (99,150,80). Sum of RGB (Red+Green+Blue) = 99+150+80=329 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.09% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #639650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639650 is #9C69AF. Grayscale: #7F7F7F. Windows color (decimal): -10250672 or 5281379. OLE color: 5281379.

HSL color Cylindrical-coordinate representation of color #639650: hue angle of 103.71º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #639650 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB9915080-
CMYK0.3400.470.41
HSL103.71º30.43%45.1%-
HSV(B)103.71º46.67%58.82%-
XYZ17.525.0411.5-
YUV126.77101.6108.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.09%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 80 (31.64% from 255) = 24.32%
R=30.09%
G=45.59%
B=24.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99150800.3400.470.41103.7130.4345.1
Hex6396502202F29681e2d
Octal14322612042057511503655
Binary11000111001011010100001000100101111101001110100011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639650; }

 p { color: rgb(99,150,80); }

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

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

 a { background-color: rgb(99,150,80); }

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

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

 span { border-color: rgb(99,150,80); }

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