Html Css Color HEX #62986B Laurel

📋 copy color: '#62986B'

red 98 ◦ green 152 ◦ blue 107

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

Shades of Laurel #62986B

Tints of Laurel #62986B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.58%

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

R = 27.45%
G = 42.58%
B = 29.97%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#62986B (or 0x62986B) is known color: Laurel. HEX triplet: 62, 98 and 6B. RGB value is (98,152,107). Sum of RGB (Red+Green+Blue) = 98+152+107=357 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.45% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #62986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62986B is #9D6794. Grayscale: #828282. Windows color (decimal): -10315669 or 7051362. OLE color: 7051362.

HSL color Cylindrical-coordinate representation of color #62986B: hue angle of 130º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #62986B is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB 98 152 107 -
CMYK 0.36 0 0.30 0.40
HSL 130º 0.22% 0.49% -
HSV(B) 130º 0.36% 0.6% -
XYZ 18.92 26.11 17.95 -
YUV 130.72 114.61 104.66 -
System Red Green Blue C M Y K H S L
Decimal 98 152 107 0.36 0 0.30 0.40 130 0.22 0.49
Hex 62 98 6B 24 0 1E 28 82 16 31
Octal 142 230 153 44 0 36 50 202 26 61
Binary 1100010 10011000 1101011 100100 0 11110 101000 10000010 10110 110001

Color Harmonies of #62986B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62986B

Black with #62986B

Text Example


Text Example

White with #62986B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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