#638667

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

Shades of Laurel #638667

Tints of Laurel #638667

Color information

#638667 (or 0x638667) is unknown color: approx Laurel. HEX triplet: 63, 86 and 67. RGB value is (99,134,103). Sum of RGB (Red+Green+Blue) = 99+134+103=336 (44% of max value = 765). Red value is 99 (39.06% from 255 or 29.46% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #638667 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638667 is #9C7998. Grayscale: #787878. Windows color (decimal): -10254745 or 6784611. OLE color: 6784611.

HSL color Cylindrical-coordinate representation of color #638667: hue angle of 126.86º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #638667 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB99134103-
CMYK0.2600.230.47
HSL126.86º15.02%45.69%-
HSV(B)126.86º26.12%52.55%-
XYZ16.1220.6815.97-
YUV120118.4113.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 29.46%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=29.46%
G=39.88%
B=30.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341030.2600.230.47126.8615.0245.69
Hex6386671A0172F7ff2e
Octal14320614732027571771756
Binary11000111000011011001111101001011110111111111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638667; }

 p { color: rgb(99,134,103); }

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

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

 a { background-color: rgb(99,134,103); }

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

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

 span { border-color: rgb(99,134,103); }

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