#638A5F

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

Shades of Hippie Green #638A5F

Tints of Hippie Green #638A5F

Color information

#638A5F (or 0x638A5F) is unknown color: approx Hippie Green. HEX triplet: 63, 8A and 5F. RGB value is (99,138,95). Sum of RGB (Red+Green+Blue) = 99+138+95=332 (43% of max value = 765). Red value is 99 (39.06% from 255 or 29.82% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #638A5F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A5F is #9C75A0. Grayscale: #797979. Windows color (decimal): -10253729 or 6261347. OLE color: 6261347.

HSL color Cylindrical-coordinate representation of color #638A5F: hue angle of 114.42º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638A5F is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB9913895-
CMYK0.2800.310.46
HSL114.42º18.45%45.69%-
HSV(B)114.42º31.16%54.12%-
XYZ16.321.6614.15-
YUV121.44113.08112-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.82%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=29.82%
G=41.57%
B=28.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99138950.2800.310.46114.4218.4545.69
Hex638A5F1C01F2E72122e
Octal14321213734037561622256
Binary110001110001010101111111100011111101110111001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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