#638966

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

Shades of Laurel #638966

Tints of Laurel #638966

Color information

#638966 (or 0x638966) is unknown color: approx Laurel. HEX triplet: 63, 89 and 66. RGB value is (99,137,102). Sum of RGB (Red+Green+Blue) = 99+137+102=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #638966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638966 is #9C7699. Grayscale: #797979. Windows color (decimal): -10253978 or 6719843. OLE color: 6719843.

HSL color Cylindrical-coordinate representation of color #638966: hue angle of 124.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638966 is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB99137102-
CMYK0.2800.260.46
HSL124.74º16.1%46.27%-
HSV(B)124.74º27.74%53.73%-
XYZ16.4921.515.85-
YUV121.65116.91111.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=29.29%
G=40.53%
B=30.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371020.2800.260.46124.7416.146.27
Hex6389661C01A2E7d102e
Octal14321114634032561752056
Binary110001110001001110011011100011010101110111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638966; }

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

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

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

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

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

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

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

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