Html Css Color HEX #628669 Laurel

📋 copy color: '#628669'

red 98 ◦ green 134 ◦ blue 105

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

Shades of Laurel #628669

Tints of Laurel #628669

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.76%

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

R = 29.08%
G = 39.76%
B = 31.16%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#628669 (or 0x628669) is known color: Laurel. HEX triplet: 62, 86 and 69. RGB value is (98,134,105). Sum of RGB (Red+Green+Blue) = 98+134+105=337 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.08% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 105 (41.41% from 255 or 31.16% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #628669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628669 is #9D7996. Grayscale: #787878. Windows color (decimal): -10320279 or 6915682. OLE color: 6915682.

HSL color Cylindrical-coordinate representation of color #628669: hue angle of 131.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #628669 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 98 134 105 -
CMYK 0.27 0 0.22 0.47
HSL 131.67º 0.16% 0.45% -
HSV(B) 131.67º 0.27% 0.53% -
XYZ 16.11 20.67 16.5 -
YUV 119.93 119.57 112.36 -
System Red Green Blue C M Y K H S L
Decimal 98 134 105 0.27 0 0.22 0.47 131.67 0.16 0.45
Hex 62 86 69 1B 0 16 2F 84 10 2D
Octal 142 206 151 33 0 26 57 204 20 55
Binary 1100010 10000110 1101001 11011 0 10110 101111 10000100 10000 101101

Color Harmonies of #628669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628669

Black with #628669

Text Example


Text Example

White with #628669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628669; }

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

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

background-color css

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

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

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

border-color css

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

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

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