Html Css Color HEX #629069 Laurel

📋 copy color: '#629069'

red 98 ◦ green 144 ◦ blue 105

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

Shades of Laurel #629069

Tints of Laurel #629069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.5%

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

R = 28.24%
G = 41.5%
B = 30.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#629069 (or 0x629069) is known color: Laurel. HEX triplet: 62, 90 and 69. RGB value is (98,144,105). Sum of RGB (Red+Green+Blue) = 98+144+105=347 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.24% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #629069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #629069 is #9D6F96. Grayscale: #7D7D7D. Windows color (decimal): -10317719 or 6918242. OLE color: 6918242.

HSL color Cylindrical-coordinate representation of color #629069: hue angle of 129.13º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629069 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 98 144 105 -
CMYK 0.32 0 0.27 0.44
HSL 129.13º 0.19% 0.47% -
HSV(B) 129.13º 0.32% 0.56% -
XYZ 17.56 23.56 16.99 -
YUV 125.8 116.26 108.17 -
System Red Green Blue C M Y K H S L
Decimal 98 144 105 0.32 0 0.27 0.44 129.13 0.19 0.47
Hex 62 90 69 20 0 1B 2C 81 13 2F
Octal 142 220 151 40 0 33 54 201 23 57
Binary 1100010 10010000 1101001 100000 0 11011 101100 10000001 10011 101111

Color Harmonies of #629069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #629069

Black with #629069

Text Example


Text Example

White with #629069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #629069; }

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

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

background-color css

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

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

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

border-color css

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

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

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