Html Css Color HEX #628269 Laurel

📋 copy color: '#628269'

red 98 ◦ green 130 ◦ blue 105

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

Shades of Laurel #628269

Tints of Laurel #628269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

 BLUE value IS 105 (41.41% from 255) = 31.53%

R = 29.43%
G = 39.04%
B = 31.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#628269 (or 0x628269) is known color: Laurel. HEX triplet: 62, 82 and 69. RGB value is (98,130,105). Sum of RGB (Red+Green+Blue) = 98+130+105=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 130 - color contains mainly: green. Hex color #628269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628269 is #9D7D96. Grayscale: #757575. Windows color (decimal): -10321303 or 6914658. OLE color: 6914658.

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

Color convert

RGB 98 130 105 -
CMYK 0.25 0 0.19 0.49
HSL 133.13º 0.14% 0.45% -
HSV(B) 133.13º 0.25% 0.51% -
XYZ 15.57 19.58 16.32 -
YUV 117.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 98 130 105 0.25 0 0.19 0.49 133.13 0.14 0.45
Hex 62 82 69 19 0 13 31 85 E 2D
Octal 142 202 151 31 0 23 61 205 16 55
Binary 1100010 10000010 1101001 11001 0 10011 110001 10000101 1110 101101

Color Harmonies of #628269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628269

Black with #628269

Text Example


Text Example

White with #628269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628269; }

 p { color: rgb(98,130,105); }

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

background-color css

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

 a { background-color: rgb(98,130,105); }

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

border-color css

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

 span { border-color: rgb(98,130,105); }

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