#629D68

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

Shades of Laurel #629D68

Tints of Laurel #629D68

Color information

#629D68 (or 0x629D68) is unknown color: approx Laurel. HEX triplet: 62, 9D and 68. RGB value is (98,157,104). Sum of RGB (Red+Green+Blue) = 98+157+104=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #629D68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629D68 is #9D6297. Grayscale: #858585. Windows color (decimal): -10314392 or 6856034. OLE color: 6856034.

HSL color Cylindrical-coordinate representation of color #629D68: hue angle of 126.1º 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 #629D68 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB98157104-
CMYK0.3800.340.38
HSL126.1º23.14%50%-
HSV(B)126.1º37.58%61.57%-
XYZ19.5927.7117.41-
YUV133.32111.45102.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 157 (61.72% from 255) = 43.73%
BLUE value IS 104 (41.02% from 255) = 28.97%
R=27.30%
G=43.73%
B=28.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981571040.3800.340.38126.123.1450
Hex629D6826022267e1732
Octal14223515046042461762762
Binary11000101001110111010001001100100010100110111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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