#638866

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

Shades of Laurel #638866

Tints of Laurel #638866

Color information

#638866 (or 0x638866) is unknown color: approx Laurel. HEX triplet: 63, 88 and 66. RGB value is (99,136,102). Sum of RGB (Red+Green+Blue) = 99+136+102=337 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.38% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #638866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638866 is #9C7799. Grayscale: #797979. Windows color (decimal): -10254234 or 6719587. OLE color: 6719587.

HSL color Cylindrical-coordinate representation of color #638866: hue angle of 124.86º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638866 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB99136102-
CMYK0.2700.250.47
HSL124.86º15.74%46.08%-
HSV(B)124.86º27.21%53.33%-
XYZ16.3521.2215.8-
YUV121.06117.24112.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.38%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=29.38%
G=40.36%
B=30.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361020.2700.250.47124.8615.7446.08
Hex6388661B0192F7d102e
Octal14321014633031571752056
Binary110001110001000110011011011011001101111111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638866; }

 p { color: rgb(99,136,102); }

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

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

 a { background-color: rgb(99,136,102); }

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

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

 span { border-color: rgb(99,136,102); }

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