#638F68

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

Shades of Laurel #638F68

Tints of Laurel #638F68

Color information

#638F68 (or 0x638F68) is unknown color: approx Laurel. HEX triplet: 63, 8F and 68. RGB value is (99,143,104). Sum of RGB (Red+Green+Blue) = 99+143+104=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 143 (56.25% from 255 or 41.33% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 143 - color contains mainly: green. Hex color #638F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F68 is #9C7097. Grayscale: #7D7D7D. Windows color (decimal): -10252440 or 6852451. OLE color: 6852451.

HSL color Cylindrical-coordinate representation of color #638F68: hue angle of 126.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F68 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB99143104-
CMYK0.3100.270.44
HSL126.82º18.18%47.45%-
HSV(B)126.82º30.77%56.08%-
XYZ17.4723.316.67-
YUV125.4115.92109.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.61%
GREEN value IS 143 (56.25% from 255) = 41.33%
BLUE value IS 104 (41.02% from 255) = 30.06%
R=28.61%
G=41.33%
B=30.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991431040.3100.270.44126.8218.1847.45
Hex638F681F01B2C7f122f
Octal14321715037033541772257
Binary110001110001111110100011111011011101100111111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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