Html Css Color HEX #628B68 Laurel

📋 copy color: '#628B68'

red 98 ◦ green 139 ◦ blue 104

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

Shades of Laurel #628B68

Tints of Laurel #628B68

RGB

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

 GREEN value IS 139 (54.69% from 255) = 40.76%

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

R = 28.74%
G = 40.76%
B = 30.5%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#628B68 (or 0x628B68) is known color: Laurel. HEX triplet: 62, 8B and 68. RGB value is (98,139,104). Sum of RGB (Red+Green+Blue) = 98+139+104=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 139 - color contains mainly: green. Hex color #628B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628B68 is #9D7497. Grayscale: #7A7A7A. Windows color (decimal): -10319000 or 6851426. OLE color: 6851426.

HSL color Cylindrical-coordinate representation of color #628B68: hue angle of 128.78º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #628B68 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 98 139 104 -
CMYK 0.29 0 0.25 0.45
HSL 128.78º 0.17% 0.46% -
HSV(B) 128.78º 0.29% 0.55% -
XYZ 16.77 22.06 16.47 -
YUV 122.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 98 139 104 0.29 0 0.25 0.45 128.78 0.17 0.46
Hex 62 8B 68 1D 0 19 2D 81 11 2E
Octal 142 213 150 35 0 31 55 201 21 56
Binary 1100010 10001011 1101000 11101 0 11001 101101 10000001 10001 101110

Color Harmonies of #628B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628B68

Black with #628B68

Text Example


Text Example

White with #628B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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