#629D64

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

Shades of Laurel #629D64

Tints of Laurel #629D64

Color information

#629D64 (or 0x629D64) is unknown color: approx Laurel. HEX triplet: 62, 9D and 64. RGB value is (98,157,100). Sum of RGB (Red+Green+Blue) = 98+157+100=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 157 - color contains mainly: green. Hex color #629D64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D64 is #9D629B. Grayscale: #858585. Windows color (decimal): -10314396 or 6593890. OLE color: 6593890.

HSL color Cylindrical-coordinate representation of color #629D64: hue angle of 122.03º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #629D64 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB98157100-
CMYK0.3800.360.38
HSL122.03º23.14%50%-
HSV(B)122.03º37.58%61.57%-
XYZ19.3927.6316.37-
YUV132.86109.45103.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.61%
GREEN value IS 157 (61.72% from 255) = 44.23%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=27.61%
G=44.23%
B=28.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981571000.3800.360.38122.0323.1450
Hex629D6426024267a1732
Octal14223514446044461722762
Binary11000101001110111001001001100100100100110111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629D64; }

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

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

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

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

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

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

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

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