Html Css Color HEX #62916C Laurel

📋 copy color: '#62916C'

red 98 ◦ green 145 ◦ blue 108

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

Shades of Laurel #62916C

Tints of Laurel #62916C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.77%

R = 27.92%
G = 41.31%
B = 30.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#62916C (or 0x62916C) is known color: Laurel. HEX triplet: 62, 91 and 6C. RGB value is (98,145,108). Sum of RGB (Red+Green+Blue) = 98+145+108=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #62916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62916C is #9D6E93. Grayscale: #7E7E7E. Windows color (decimal): -10317460 or 7115106. OLE color: 7115106.

HSL color Cylindrical-coordinate representation of color #62916C: hue angle of 132.77º 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 #62916C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 98 145 108 -
CMYK 0.32 0 0.26 0.43
HSL 132.77º 0.19% 0.48% -
HSV(B) 132.77º 0.32% 0.57% -
XYZ 17.87 23.93 17.86 -
YUV 126.73 117.43 107.51 -
System Red Green Blue C M Y K H S L
Decimal 98 145 108 0.32 0 0.26 0.43 132.77 0.19 0.48
Hex 62 91 6C 20 0 1A 2B 85 13 30
Octal 142 221 154 40 0 32 53 205 23 60
Binary 1100010 10010001 1101100 100000 0 11010 101011 10000101 10011 110000

Color Harmonies of #62916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62916C

Black with #62916C

Text Example


Text Example

White with #62916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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