#629166

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

Shades of Laurel #629166

Tints of Laurel #629166

Color information

#629166 (or 0x629166) is unknown color: approx Laurel. HEX triplet: 62, 91 and 66. RGB value is (98,145,102). Sum of RGB (Red+Green+Blue) = 98+145+102=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #629166 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629166 is #9D6E99. Grayscale: #7E7E7E. Windows color (decimal): -10317466 or 6721890. OLE color: 6721890.

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

Color convert

RGB98145102-
CMYK0.3200.300.43
HSL125.11º19.34%47.65%-
HSV(B)125.11º32.41%56.86%-
XYZ17.5623.8116.24-
YUV126.04114.43108-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 145 (57.03% from 255) = 42.03%
BLUE value IS 102 (40.23% from 255) = 29.57%
R=28.41%
G=42.03%
B=29.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981451020.3200.300.43125.1119.3447.65
Hex6291662001E2B7d1330
Octal14222114640036531752360
Binary1100010100100011100110100000011110101011111110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629166; }

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

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

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

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

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

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

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

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