#62926A

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

Shades of Laurel #62926A

Tints of Laurel #62926A

Color information

#62926A (or 0x62926A) is unknown color: approx Laurel. HEX triplet: 62, 92 and 6A. RGB value is (98,146,106). Sum of RGB (Red+Green+Blue) = 98+146+106=350 (46% of max value = 765). Red value is 98 (38.67% from 255 or 28% from 350); Green value is 146 (57.42% from 255 or 41.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 146 - color contains mainly: green. Hex color #62926A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62926A is #9D6D95. Grayscale: #7F7F7F. Windows color (decimal): -10317206 or 6984290. OLE color: 6984290.

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

Color convert

RGB98146106-
CMYK0.3300.270.43
HSL130º19.67%47.84%-
HSV(B)130º32.88%57.25%-
XYZ17.9224.217.36-
YUV127.09116.1107.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28%
GREEN value IS 146 (57.42% from 255) = 41.71%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=28%
G=41.71%
B=30.29%

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
Decimal981461060.3300.270.4313019.6747.84
Hex62926A2101B2B821430
Octal14222215241033532022460
Binary11000101001001011010101000010110111010111000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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