#638869

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

Shades of Laurel #638869

Tints of Laurel #638869

Color information

#638869 (or 0x638869) is unknown color: approx Laurel. HEX triplet: 63, 88 and 69. RGB value is (99,136,105). Sum of RGB (Red+Green+Blue) = 99+136+105=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 136 - color contains mainly: green. Hex color #638869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638869 is #9C7796. Grayscale: #797979. Windows color (decimal): -10254231 or 6916195. OLE color: 6916195.

HSL color Cylindrical-coordinate representation of color #638869: hue angle of 129.73º 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 #638869 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB99136105-
CMYK0.2700.230.47
HSL129.73º15.74%46.08%-
HSV(B)129.73º27.21%53.33%-
XYZ16.521.2816.6-
YUV121.4118.74112.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.12%
GREEN value IS 136 (53.52% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=29.12%
G=40%
B=30.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991361050.2700.230.47129.7315.7446.08
Hex6388691B0172F82102e
Octal14321015133027572022056
Binary1100011100010001101001110110101111011111000001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638869; }

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

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

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

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

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

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

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

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