#629065

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

Shades of Laurel #629065

Tints of Laurel #629065

Color information

#629065 (or 0x629065) is unknown color: approx Laurel. HEX triplet: 62, 90 and 65. RGB value is (98,144,101). Sum of RGB (Red+Green+Blue) = 98+144+101=343 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.57% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 144 - color contains mainly: green. Hex color #629065 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629065 is #9D6F9A. Grayscale: #7D7D7D. Windows color (decimal): -10317723 or 6656098. OLE color: 6656098.

HSL color Cylindrical-coordinate representation of color #629065: hue angle of 123.91º 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 #629065 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB98144101-
CMYK0.3200.300.44
HSL123.91º19.01%47.45%-
HSV(B)123.91º31.94%56.47%-
XYZ17.3623.4815.93-
YUV125.34114.26108.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.57%
GREEN value IS 144 (56.64% from 255) = 41.98%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=28.57%
G=41.98%
B=29.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981441010.3200.300.44123.9119.0147.45
Hex6290652001E2C7c132f
Octal14222014540036541742357
Binary1100010100100001100101100000011110101100111110010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629065; }

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

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

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

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

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

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

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

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