#62926B

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

Shades of Laurel #62926B

Tints of Laurel #62926B

Color information

#62926B (or 0x62926B) is unknown color: approx Laurel. HEX triplet: 62, 92 and 6B. RGB value is (98,146,107). Sum of RGB (Red+Green+Blue) = 98+146+107=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #62926B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62926B is #9D6D94. Grayscale: #7F7F7F. Windows color (decimal): -10317205 or 7049826. OLE color: 7049826.

HSL color Cylindrical-coordinate representation of color #62926B: hue angle of 131.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #62926B is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB98146107-
CMYK0.3300.270.43
HSL131.25º19.67%47.84%-
HSV(B)131.25º32.88%57.25%-
XYZ17.9724.2217.64-
YUV127.2116.6107.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 146 (57.42% from 255) = 41.60%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=27.92%
G=41.60%
B=30.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461070.3300.270.43131.2519.6747.84
Hex62926B2101B2B831430
Octal14222215341033532032460
Binary11000101001001011010111000010110111010111000001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #62926B;
 }
 .AnyTagClassName
 {
   color: #62926B;
 }
</style>
background-color css

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

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

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

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

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

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