#639866

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

Shades of Laurel #639866

Tints of Laurel #639866

Color information

#639866 (or 0x639866) is unknown color: approx Laurel. HEX triplet: 63, 98 and 66. RGB value is (99,152,102). Sum of RGB (Red+Green+Blue) = 99+152+102=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 152 - color contains mainly: green. Hex color #639866 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639866 is #9C6799. Grayscale: #828282. Windows color (decimal): -10250138 or 6723683. OLE color: 6723683.

HSL color Cylindrical-coordinate representation of color #639866: hue angle of 123.4º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639866 is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB99152102-
CMYK0.3500.330.40
HSL123.4º21.12%49.22%-
HSV(B)123.4º34.87%59.61%-
XYZ18.7726.0716.61-
YUV130.45111.94105.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 102 (40.23% from 255) = 28.90%
R=28.05%
G=43.06%
B=28.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal991521020.3500.330.40123.421.1249.22
Hex63986623021287b1531
Octal14323014643041501732561
Binary11000111001100011001101000110100001101000111101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639866; }

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

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

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

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

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

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

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

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