#629E67

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

Shades of Laurel #629E67

Tints of Laurel #629E67

Color information

#629E67 (or 0x629E67) is unknown color: approx Laurel. HEX triplet: 62, 9E and 67. RGB value is (98,158,103). Sum of RGB (Red+Green+Blue) = 98+158+103=359 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.30% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 103 (40.62% from 255 or 28.69% from 359); Max value from RGB is 158 - color contains mainly: green. Hex color #629E67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629E67 is #9D6198. Grayscale: #858585. Windows color (decimal): -10314137 or 6790754. OLE color: 6790754.

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

Color convert

RGB98158103-
CMYK0.3800.350.38
HSL125º23.62%50.2%-
HSV(B)125º37.97%61.96%-
XYZ19.7128.0317.2-
YUV133.79110.62102.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.30%
GREEN value IS 158 (62.11% from 255) = 44.01%
BLUE value IS 103 (40.62% from 255) = 28.69%
R=27.30%
G=44.01%
B=28.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581030.3800.350.3812523.6250.2
Hex629E6726023267d1832
Octal14223614746043461753062
Binary11000101001111011001111001100100011100110111110111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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