#638769

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

Shades of Laurel #638769

Tints of Laurel #638769

Color information

#638769 (or 0x638769) is unknown color: approx Laurel. HEX triplet: 63, 87 and 69. RGB value is (99,135,105). Sum of RGB (Red+Green+Blue) = 99+135+105=339 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.20% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #638769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638769 is #9C7896. Grayscale: #787878. Windows color (decimal): -10254487 or 6915939. OLE color: 6915939.

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

Color convert

RGB99135105-
CMYK0.2700.220.47
HSL130º15.38%45.88%-
HSV(B)130º26.67%52.94%-
XYZ16.362116.56-
YUV120.82119.07112.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.20%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=29.20%
G=39.82%
B=30.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991351050.2700.220.4713015.3845.88
Hex6387691B0162F82f2e
Octal14320715133026572021756
Binary110001110000111110100111011010110101111100000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638769; }

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

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

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

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

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

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

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

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