Html Css Color HEX #628465 Laurel

📋 copy color: '#628465'

red 98 ◦ green 132 ◦ blue 101

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

Shades of Laurel #628465

Tints of Laurel #628465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

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

R = 29.61%
G = 39.88%
B = 30.51%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#628465 (or 0x628465) is known color: Laurel. HEX triplet: 62, 84 and 65. RGB value is (98,132,101). Sum of RGB (Red+Green+Blue) = 98+132+101=331 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.61% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #628465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628465 is #9D7B9A. Grayscale: #767676. Windows color (decimal): -10320795 or 6653026. OLE color: 6653026.

HSL color Cylindrical-coordinate representation of color #628465: hue angle of 125.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #628465 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 98 132 101 -
CMYK 0.26 0 0.23 0.48
HSL 125.29º 0.15% 0.45% -
HSV(B) 125.29º 0.26% 0.52% -
XYZ 15.64 20.04 15.36 -
YUV 118.3 118.24 113.52 -
System Red Green Blue C M Y K H S L
Decimal 98 132 101 0.26 0 0.23 0.48 125.29 0.15 0.45
Hex 62 84 65 1A 0 17 30 7D F 2D
Octal 142 204 145 32 0 27 60 175 17 55
Binary 1100010 10000100 1100101 11010 0 10111 110000 1111101 1111 101101

Color Harmonies of #628465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628465

Black with #628465

Text Example


Text Example

White with #628465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628465; }

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

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

background-color css

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

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

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

border-color css

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

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

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