Html Css Color HEX #628265 Laurel

📋 copy color: '#628265'

red 98 ◦ green 130 ◦ blue 101

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

Shades of Laurel #628265

Tints of Laurel #628265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.7%

R = 29.79%
G = 39.51%
B = 30.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#628265 (or 0x628265) is known color: Laurel. HEX triplet: 62, 82 and 65. RGB value is (98,130,101). Sum of RGB (Red+Green+Blue) = 98+130+101=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #628265 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628265 is #9D7D9A. Grayscale: #757575. Windows color (decimal): -10321307 or 6652514. OLE color: 6652514.

HSL color Cylindrical-coordinate representation of color #628265: hue angle of 125.62º 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 #628265 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 98 130 101 -
CMYK 0.25 0 0.22 0.49
HSL 125.63º 0.14% 0.45% -
HSV(B) 125.63º 0.25% 0.51% -
XYZ 15.37 19.5 15.27 -
YUV 117.13 118.9 114.36 -
System Red Green Blue C M Y K H S L
Decimal 98 130 101 0.25 0 0.22 0.49 125.63 0.14 0.45
Hex 62 82 65 19 0 16 31 7E E 2D
Octal 142 202 145 31 0 26 61 176 16 55
Binary 1100010 10000010 1100101 11001 0 10110 110001 1111110 1110 101101

Color Harmonies of #628265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628265

Black with #628265

Text Example


Text Example

White with #628265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628265; }

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

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

background-color css

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

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

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

border-color css

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

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

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