Html Css Color HEX #62916D Laurel

📋 copy color: '#62916D'

red 98 ◦ green 145 ◦ blue 109

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

Shades of Laurel #62916D

Tints of Laurel #62916D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.19%

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 27.84%
G = 41.19%
B = 30.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#62916D (or 0x62916D) is known color: Laurel. HEX triplet: 62, 91 and 6D. RGB value is (98,145,109). Sum of RGB (Red+Green+Blue) = 98+145+109=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 145 (57.03% from 255 or 41.19% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 145 - color contains mainly: green. Hex color #62916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62916D is #9D6E92. Grayscale: #7E7E7E. Windows color (decimal): -10317459 or 7180642. OLE color: 7180642.

HSL color Cylindrical-coordinate representation of color #62916D: hue angle of 134.04º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62916D is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 145 109 -
CMYK 0.32 0 0.25 0.43
HSL 134.04º 0.19% 0.48% -
HSV(B) 134.04º 0.32% 0.57% -
XYZ 17.92 23.95 18.15 -
YUV 126.84 117.93 107.43 -
System Red Green Blue C M Y K H S L
Decimal 98 145 109 0.32 0 0.25 0.43 134.04 0.19 0.48
Hex 62 91 6D 20 0 19 2B 86 13 30
Octal 142 221 155 40 0 31 53 206 23 60
Binary 1100010 10010001 1101101 100000 0 11001 101011 10000110 10011 110000

Color Harmonies of #62916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62916D

Black with #62916D

Text Example


Text Example

White with #62916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62916D; }

 p { color: rgb(98,145,109); }

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

background-color css

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

 a { background-color: rgb(98,145,109); }

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

border-color css

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

 span { border-color: rgb(98,145,109); }

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