#638C65

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

Shades of Laurel #638C65

Tints of Laurel #638C65

Color information

#638C65 (or 0x638C65) is unknown color: approx Laurel. HEX triplet: 63, 8C and 65. RGB value is (99,140,101). Sum of RGB (Red+Green+Blue) = 99+140+101=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 140 (55.08% from 255 or 41.18% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 140 - color contains mainly: green. Hex color #638C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C65 is #9C739A. Grayscale: #7B7B7B. Windows color (decimal): -10253211 or 6655075. OLE color: 6655075.

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

Color convert

RGB99140101-
CMYK0.2900.280.45
HSL122.93º17.15%46.86%-
HSV(B)122.93º29.29%54.9%-
XYZ16.8722.3515.74-
YUV123.29115.42110.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 140 (55.08% from 255) = 41.18%
BLUE value IS 101 (39.84% from 255) = 29.71%
R=29.12%
G=41.18%
B=29.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401010.2900.280.45122.9317.1546.86
Hex638C651D01C2D7b112f
Octal14321414535034551732157
Binary110001110001100110010111101011100101101111101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,140,101); }

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

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

 a { background-color: rgb(99,140,101); }

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

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

 span { border-color: rgb(99,140,101); }

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