Html Css Color HEX #62946B Laurel

📋 copy color: '#62946B'

red 98 ◦ green 148 ◦ blue 107

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

Shades of Laurel #62946B

Tints of Laurel #62946B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.93%

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 27.76%
G = 41.93%
B = 30.31%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#62946B (or 0x62946B) is known color: Laurel. HEX triplet: 62, 94 and 6B. RGB value is (98,148,107). Sum of RGB (Red+Green+Blue) = 98+148+107=353 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.76% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #62946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62946B is #9D6B94. Grayscale: #808080. Windows color (decimal): -10316693 or 7050338. OLE color: 7050338.

HSL color Cylindrical-coordinate representation of color #62946B: hue angle of 130.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #62946B is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 98 148 107 -
CMYK 0.34 0 0.28 0.42
HSL 130.8º 0.2% 0.48% -
HSV(B) 130.8º 0.34% 0.58% -
XYZ 18.28 24.84 17.74 -
YUV 128.38 115.94 106.33 -
System Red Green Blue C M Y K H S L
Decimal 98 148 107 0.34 0 0.28 0.42 130.8 0.2 0.48
Hex 62 94 6B 22 0 1C 2A 83 14 30
Octal 142 224 153 42 0 34 52 203 24 60
Binary 1100010 10010100 1101011 100010 0 11100 101010 10000011 10100 110000

Color Harmonies of #62946B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62946B

Black with #62946B

Text Example


Text Example

White with #62946B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62946B; }

 p { color: rgb(98,148,107); }

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

background-color css

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

 a { background-color: rgb(98,148,107); }

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

border-color css

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

 span { border-color: rgb(98,148,107); }

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