#629266

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

Shades of Laurel #629266

Tints of Laurel #629266

Color information

#629266 (or 0x629266) is unknown color: approx Laurel. HEX triplet: 62, 92 and 66. RGB value is (98,146,102). Sum of RGB (Red+Green+Blue) = 98+146+102=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #629266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629266 is #9D6D99. Grayscale: #7E7E7E. Windows color (decimal): -10317210 or 6722146. OLE color: 6722146.

HSL color Cylindrical-coordinate representation of color #629266: hue angle of 125º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629266 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB98146102-
CMYK0.3300.300.43
HSL125º19.67%47.84%-
HSV(B)125º32.88%57.25%-
XYZ17.7124.1116.29-
YUV126.63114.1107.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.32%
GREEN value IS 146 (57.42% from 255) = 42.20%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=28.32%
G=42.20%
B=29.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461020.3300.300.4312519.6747.84
Hex6292662101E2B7d1430
Octal14222214641036531752460
Binary1100010100100101100110100001011110101011111110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629266; }

 p { color: rgb(98,146,102); }

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

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

 a { background-color: rgb(98,146,102); }

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

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

 span { border-color: rgb(98,146,102); }

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