#62926C

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

Shades of Laurel #62926C

Tints of Laurel #62926C

Color information

#62926C (or 0x62926C) is unknown color: approx Laurel. HEX triplet: 62, 92 and 6C. RGB value is (98,146,108). Sum of RGB (Red+Green+Blue) = 98+146+108=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 146 (57.42% from 255 or 41.48% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 146 - color contains mainly: green. Hex color #62926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62926C is #9D6D93. Grayscale: #7F7F7F. Windows color (decimal): -10317204 or 7115362. OLE color: 7115362.

HSL color Cylindrical-coordinate representation of color #62926C: hue angle of 132.5º 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 #62926C is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB98146108-
CMYK0.3300.260.43
HSL132.5º19.67%47.84%-
HSV(B)132.5º32.88%57.25%-
XYZ18.0224.2417.92-
YUV127.32117.1107.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.84%
GREEN value IS 146 (57.42% from 255) = 41.48%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=27.84%
G=41.48%
B=30.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981461080.3300.260.43132.519.6747.84
Hex62926C2101A2B841430
Octal14222215441032532042460
Binary11000101001001011011001000010110101010111000010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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