#629067

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

Shades of Laurel #629067

Tints of Laurel #629067

Color information

#629067 (or 0x629067) is unknown color: approx Laurel. HEX triplet: 62, 90 and 67. RGB value is (98,144,103). Sum of RGB (Red+Green+Blue) = 98+144+103=345 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.41% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 144 - color contains mainly: green. Hex color #629067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629067 is #9D6F98. Grayscale: #7D7D7D. Windows color (decimal): -10317721 or 6787170. OLE color: 6787170.

HSL color Cylindrical-coordinate representation of color #629067: hue angle of 126.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629067 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB98144103-
CMYK0.3200.280.44
HSL126.52º19.01%47.45%-
HSV(B)126.52º31.94%56.47%-
XYZ17.4623.5216.45-
YUV125.57115.26108.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.41%
GREEN value IS 144 (56.64% from 255) = 41.74%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=28.41%
G=41.74%
B=29.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981441030.3200.280.44126.5219.0147.45
Hex6290672001C2C7f132f
Octal14222014740034541772357
Binary1100010100100001100111100000011100101100111111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629067; }

 p { color: rgb(98,144,103); }

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

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

 a { background-color: rgb(98,144,103); }

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

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

 span { border-color: rgb(98,144,103); }

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