Html Css Color HEX #628168 Laurel

📋 copy color: '#628168'

red 98 ◦ green 129 ◦ blue 104

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

Shades of Laurel #628168

Tints of Laurel #628168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.97%

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

R = 29.61%
G = 38.97%
B = 31.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#628168 (or 0x628168) is known color: Laurel. HEX triplet: 62, 81 and 68. RGB value is (98,129,104). Sum of RGB (Red+Green+Blue) = 98+129+104=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 129 - color contains mainly: green. Hex color #628168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628168 is #9D7E97. Grayscale: #747474. Windows color (decimal): -10321560 or 6848866. OLE color: 6848866.

HSL color Cylindrical-coordinate representation of color #628168: hue angle of 131.61º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #628168 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 129 104 -
CMYK 0.24 0 0.19 0.49
HSL 131.61º 0.14% 0.45% -
HSV(B) 131.61º 0.24% 0.51% -
XYZ 15.39 19.3 16.01 -
YUV 116.88 120.73 114.53 -
System Red Green Blue C M Y K H S L
Decimal 98 129 104 0.24 0 0.19 0.49 131.61 0.14 0.45
Hex 62 81 68 18 0 13 31 84 E 2D
Octal 142 201 150 30 0 23 61 204 16 55
Binary 1100010 10000001 1101000 11000 0 10011 110001 10000100 1110 101101

Color Harmonies of #628168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628168

Black with #628168

Text Example


Text Example

White with #628168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628168; }

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

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

background-color css

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

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

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

border-color css

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

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

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