#638F67

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

Shades of Laurel #638F67

Tints of Laurel #638F67

Color information

#638F67 (or 0x638F67) is unknown color: approx Laurel. HEX triplet: 63, 8F and 67. RGB value is (99,143,103). Sum of RGB (Red+Green+Blue) = 99+143+103=345 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.70% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #638F67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F67 is #9C7098. Grayscale: #7D7D7D. Windows color (decimal): -10252441 or 6786915. OLE color: 6786915.

HSL color Cylindrical-coordinate representation of color #638F67: hue angle of 125.45º 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 #638F67 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB99143103-
CMYK0.3100.280.44
HSL125.45º18.18%47.45%-
HSV(B)125.45º30.77%56.08%-
XYZ17.4223.2816.41-
YUV125.28115.42109.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.70%
GREEN value IS 143 (56.25% from 255) = 41.45%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=28.70%
G=41.45%
B=29.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991431030.3100.280.44125.4518.1847.45
Hex638F671F01C2C7d122f
Octal14321714737034541752257
Binary110001110001111110011111111011100101100111110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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