#638A6B

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

Shades of Laurel #638A6B

Tints of Laurel #638A6B

Color information

#638A6B (or 0x638A6B) is unknown color: approx Laurel. HEX triplet: 63, 8A and 6B. RGB value is (99,138,107). Sum of RGB (Red+Green+Blue) = 99+138+107=344 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.78% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 138 - color contains mainly: green. Hex color #638A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638A6B is #9C7594. Grayscale: #7A7A7A. Windows color (decimal): -10253717 or 7047779. OLE color: 7047779.

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

Color convert

RGB99138107-
CMYK0.2800.220.46
HSL132.31º16.46%46.47%-
HSV(B)132.31º28.26%54.12%-
XYZ16.8921.8917.25-
YUV122.8119.08111.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.78%
GREEN value IS 138 (54.30% from 255) = 40.12%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=28.78%
G=40.12%
B=31.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991381070.2800.220.46132.3116.4646.47
Hex638A6B1C0162E84102e
Octal14321215334026562042056
Binary1100011100010101101011111000101101011101000010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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