#638768

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

Shades of Laurel #638768

Tints of Laurel #638768

Color information

#638768 (or 0x638768) is unknown color: approx Laurel. HEX triplet: 63, 87 and 68. RGB value is (99,135,104). Sum of RGB (Red+Green+Blue) = 99+135+104=338 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.29% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 104 (41.02% from 255 or 30.77% from 338); Max value from RGB is 135 - color contains mainly: green. Hex color #638768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638768 is #9C7897. Grayscale: #787878. Windows color (decimal): -10254488 or 6850403. OLE color: 6850403.

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

Color convert

RGB99135104-
CMYK0.2700.230.47
HSL128.33º15.38%45.88%-
HSV(B)128.33º26.67%52.94%-
XYZ16.3120.9816.29-
YUV120.7118.57112.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.29%
GREEN value IS 135 (53.12% from 255) = 39.94%
BLUE value IS 104 (41.02% from 255) = 30.77%
R=29.29%
G=39.94%
B=30.77%

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
Decimal991351040.2700.230.47128.3315.3845.88
Hex6387681B0172F80f2e
Octal14320715033027572001756
Binary110001110000111110100011011010111101111100000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638768; }

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

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

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

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

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

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

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

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