#62986B

Color #62986B Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #62986B

Tints of Laurel #62986B

Color information

#62986B (or 0x62986B) is unknown color: approx 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

RGB98152107-
CMYK0.3600.300.40
HSL130º21.6%49.02%-
HSV(B)130º35.53%59.61%-
XYZ18.9226.1117.95-
YUV130.72114.61104.66-

RGB Variations

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

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 (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981521070.3600.300.4013021.649.02
Hex62986B2401E28821631
Octal14223015344036502022661
Binary11000101001100011010111001000111101010001000001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>