#638B68

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

Shades of Laurel #638B68

Tints of Laurel #638B68

Color information

#638B68 (or 0x638B68) is unknown color: approx Laurel. HEX triplet: 63, 8B and 68. RGB value is (99,139,104). Sum of RGB (Red+Green+Blue) = 99+139+104=342 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.95% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 139 - color contains mainly: green. Hex color #638B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B68 is #9C7497. Grayscale: #7B7B7B. Windows color (decimal): -10253464 or 6851427. OLE color: 6851427.

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

Color convert

RGB99139104-
CMYK0.2900.250.45
HSL127.5º16.81%46.67%-
HSV(B)127.5º28.78%54.51%-
XYZ16.8822.1216.48-
YUV123.05117.25110.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.95%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=28.95%
G=40.64%
B=30.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391040.2900.250.45127.516.8146.67
Hex638B681D0192D80112f
Octal14321315035031552002157
Binary1100011100010111101000111010110011011011000000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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