#62866A

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

Shades of Laurel #62866A

Tints of Laurel #62866A

Color information

#62866A (or 0x62866A) is unknown color: approx Laurel. HEX triplet: 62, 86 and 6A. RGB value is (98,134,106). Sum of RGB (Red+Green+Blue) = 98+134+106=338 (44% of max value = 765). Red value is 98 (38.67% from 255 or 28.99% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 106 (41.80% from 255 or 31.36% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #62866A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62866A is #9D7995. Grayscale: #787878. Windows color (decimal): -10320278 or 6981218. OLE color: 6981218.

HSL color Cylindrical-coordinate representation of color #62866A: hue angle of 133.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62866A is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB98134106-
CMYK0.2700.210.47
HSL133.33º15.52%45.49%-
HSV(B)133.33º26.87%52.55%-
XYZ16.1620.6916.78-
YUV120.04120.07112.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 28.99%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 106 (41.80% from 255) = 31.36%
R=28.99%
G=39.64%
B=31.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal981341060.2700.210.47133.3315.5245.49
Hex62866A1B0152F85102d
Octal14220615233025572052055
Binary1100010100001101101010110110101011011111000010110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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