#639E68

Color #639E68 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #639E68

Tints of Laurel #639E68

Color information

#639E68 (or 0x639E68) is unknown color: approx Laurel. HEX triplet: 63, 9E and 68. RGB value is (99,158,104). Sum of RGB (Red+Green+Blue) = 99+158+104=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 158 (62.11% from 255 or 43.77% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 158 - color contains mainly: green. Hex color #639E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639E68 is #9C6197. Grayscale: #868686. Windows color (decimal): -10248600 or 6856291. OLE color: 6856291.

HSL color Cylindrical-coordinate representation of color #639E68: hue angle of 125.08º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E68 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB99158104-
CMYK0.3700.340.38
HSL125.08º23.32%50.39%-
HSV(B)125.08º37.34%61.96%-
XYZ19.8728.1117.47-
YUV134.2110.95102.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.42%
GREEN value IS 158 (62.11% from 255) = 43.77%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=27.42%
G=43.77%
B=28.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991581040.3700.340.38125.0823.3250.39
Hex639E6825022267d1732
Octal14323615045042461752762
Binary11000111001111011010001001010100010100110111110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639E68; }

 p { color: rgb(99,158,104); }

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

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

 a { background-color: rgb(99,158,104); }

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

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

 span { border-color: rgb(99,158,104); }

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