#629064

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

Shades of Laurel #629064

Tints of Laurel #629064

Color information

#629064 (or 0x629064) is unknown color: approx Laurel. HEX triplet: 62, 90 and 64. RGB value is (98,144,100). Sum of RGB (Red+Green+Blue) = 98+144+100=342 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.65% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 144 - color contains mainly: green. Hex color #629064 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629064 is #9D6F9B. Grayscale: #7D7D7D. Windows color (decimal): -10317724 or 6590562. OLE color: 6590562.

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

Color convert

RGB98144100-
CMYK0.3200.310.44
HSL122.61º19.01%47.45%-
HSV(B)122.61º31.94%56.47%-
XYZ17.3123.4615.67-
YUV125.23113.76108.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.65%
GREEN value IS 144 (56.64% from 255) = 42.11%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=28.65%
G=42.11%
B=29.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981441000.3200.310.44122.6119.0147.45
Hex6290642001F2C7b132f
Octal14222014440037541732357
Binary1100010100100001100100100000011111101100111101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629064; }

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

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

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

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

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

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

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

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