#62916C

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

Shades of Laurel #62916C

Tints of Laurel #62916C

Color information

#62916C (or 0x62916C) is unknown color: approx Laurel. HEX triplet: 62, 91 and 6C. RGB value is (98,145,108). Sum of RGB (Red+Green+Blue) = 98+145+108=351 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.92% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 108 (42.58% from 255 or 30.77% from 351); Max value from RGB is 145 - color contains mainly: green. Hex color #62916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62916C is #9D6E93. Grayscale: #7E7E7E. Windows color (decimal): -10317460 or 7115106. OLE color: 7115106.

HSL color Cylindrical-coordinate representation of color #62916C: hue angle of 132.77º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #62916C is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB98145108-
CMYK0.3200.260.43
HSL132.77º19.34%47.65%-
HSV(B)132.77º32.41%56.86%-
XYZ17.8723.9317.86-
YUV126.73117.43107.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.92%
GREEN value IS 145 (57.03% from 255) = 41.31%
BLUE value IS 108 (42.58% from 255) = 30.77%
R=27.92%
G=41.31%
B=30.77%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal981451080.3200.260.43132.7719.3447.65
Hex62916C2001A2B851330
Octal14222115440032532052360
Binary11000101001000111011001000000110101010111000010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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