#62946B

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

Shades of Laurel #62946B

Tints of Laurel #62946B

Color information

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

RGB98148107-
CMYK0.3400.280.42
HSL130.8º20.33%48.24%-
HSV(B)130.8º33.78%58.04%-
XYZ18.2824.8417.74-
YUV128.38115.94106.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.76%
GREEN value IS 148 (58.20% 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 (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981481070.3400.280.42130.820.3348.24
Hex62946B2201C2A831430
Octal14222415342034522032460
Binary11000101001010011010111000100111001010101000001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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