Html Css Color HEX #628067 Laurel

📋 copy color: '#628067'

red 98 ◦ green 128 ◦ blue 103

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

Shades of Laurel #628067

Tints of Laurel #628067

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

 BLUE value IS 103 (40.63% from 255) = 31.31%

R = 29.79%
G = 38.91%
B = 31.31%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#628067 (or 0x628067) is known color: Laurel. HEX triplet: 62, 80 and 67. RGB value is (98,128,103). Sum of RGB (Red+Green+Blue) = 98+128+103=329 (43% of max value = 765). Red value is 98 (38.67% from 255 or 29.79% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 103 (40.62% from 255 or 31.31% from 329); Max value from RGB is 128 - color contains mainly: green. Hex color #628067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628067 is #9D7F98. Grayscale: #747474. Windows color (decimal): -10321817 or 6783074. OLE color: 6783074.

HSL color Cylindrical-coordinate representation of color #628067: hue angle of 130º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #628067 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB 98 128 103 -
CMYK 0.23 0 0.20 0.50
HSL 130º 0.13% 0.44% -
HSV(B) 130º 0.23% 0.5% -
XYZ 15.2 19.01 15.7 -
YUV 116.18 120.56 115.03 -
System Red Green Blue C M Y K H S L
Decimal 98 128 103 0.23 0 0.20 0.50 130 0.13 0.44
Hex 62 80 67 17 0 14 32 82 D 2C
Octal 142 200 147 27 0 24 62 202 15 54
Binary 1100010 10000000 1100111 10111 0 10100 110010 10000010 1101 101100

Color Harmonies of #628067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628067

Black with #628067

Text Example


Text Example

White with #628067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628067; }

 p { color: rgb(98,128,103); }

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

background-color css

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

 a { background-color: rgb(98,128,103); }

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

border-color css

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

 span { border-color: rgb(98,128,103); }

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