#639B66

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

Shades of Laurel #639B66

Tints of Laurel #639B66

Color information

#639B66 (or 0x639B66) is unknown color: approx Laurel. HEX triplet: 63, 9B and 66. RGB value is (99,155,102). Sum of RGB (Red+Green+Blue) = 99+155+102=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #639B66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639B66 is #9C6499. Grayscale: #848484. Windows color (decimal): -10249370 or 6724451. OLE color: 6724451.

HSL color Cylindrical-coordinate representation of color #639B66: hue angle of 123.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B66 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB99155102-
CMYK0.3600.340.39
HSL123.21º22.05%49.8%-
HSV(B)123.21º36.13%60.78%-
XYZ19.2727.0516.78-
YUV132.21110.95104.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.81%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=27.81%
G=43.54%
B=28.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal991551020.3600.340.39123.2122.0549.8
Hex639B6624022277b1632
Octal14323314644042471732662
Binary11000111001101111001101001000100010100111111101110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639B66; }

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

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

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

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

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

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

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

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