#638F6C

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

Shades of Laurel #638F6C

Tints of Laurel #638F6C

Color information

#638F6C (or 0x638F6C) is unknown color: approx Laurel. HEX triplet: 63, 8F and 6C. RGB value is (99,143,108). Sum of RGB (Red+Green+Blue) = 99+143+108=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 143 (56.25% from 255 or 40.86% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 143 - color contains mainly: green. Hex color #638F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638F6C is #9C7093. Grayscale: #7D7D7D. Windows color (decimal): -10252436 or 7114595. OLE color: 7114595.

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

Color convert

RGB99143108-
CMYK0.3100.240.44
HSL132.27º18.18%47.45%-
HSV(B)132.27º30.77%56.08%-
XYZ17.6723.3817.77-
YUV125.85117.92108.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.29%
GREEN value IS 143 (56.25% from 255) = 40.86%
BLUE value IS 108 (42.58% from 255) = 30.86%
R=28.29%
G=40.86%
B=30.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991431080.3100.240.44132.2718.1847.45
Hex638F6C1F0182C84122f
Octal14321715437030542042257
Binary1100011100011111101100111110110001011001000010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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