Html Css Color HEX #628E68 Laurel

📋 copy color: '#628E68'

red 98 ◦ green 142 ◦ blue 104

#628E68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laurel #628E68

Tints of Laurel #628E68

RGB

 RED value IS 98 (38.67% from 255) = 28.49%

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 28.49%
G = 41.28%
B = 30.23%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#628E68 (or 0x628E68) is known color: Laurel. HEX triplet: 62, 8E and 68. RGB value is (98,142,104). Sum of RGB (Red+Green+Blue) = 98+142+104=344 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.49% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #628E68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628E68 is #9D7197. Grayscale: #7C7C7C. Windows color (decimal): -10318232 or 6852194. OLE color: 6852194.

HSL color Cylindrical-coordinate representation of color #628E68: hue angle of 128.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628E68 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 142 104 -
CMYK 0.31 0 0.27 0.44
HSL 128.18º 0.18% 0.47% -
HSV(B) 128.18º 0.31% 0.56% -
XYZ 17.21 22.94 16.62 -
YUV 124.51 116.42 109.09 -
System Red Green Blue C M Y K H S L
Decimal 98 142 104 0.31 0 0.27 0.44 128.18 0.18 0.47
Hex 62 8E 68 1F 0 1B 2C 80 12 2F
Octal 142 216 150 37 0 33 54 200 22 57
Binary 1100010 10001110 1101000 11111 0 11011 101100 10000000 10010 101111

Color Harmonies of #628E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628E68

Black with #628E68

Text Example


Text Example

White with #628E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628E68; }

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

 H1.HeaderClassName
 {
   color: #628E68;
 }
 .AnyTagClassName
 {
   color: #628E68;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #628E68;
 }
 .BgClassName
 {
   background-color: #628E68;
 }
</style>

border-color css

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

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

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