#61916A

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

Shades of Laurel #61916A

Tints of Laurel #61916A

Color information

#61916A (or 0x61916A) is unknown color: approx Laurel. HEX triplet: 61, 91 and 6A. RGB value is (97,145,106). Sum of RGB (Red+Green+Blue) = 97+145+106=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 145 - color contains mainly: green. Hex color #61916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61916A is #9E6E95. Grayscale: #7E7E7E. Windows color (decimal): -10382998 or 6984033. OLE color: 6984033.

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

Color convert

RGB97145106-
CMYK0.3300.270.43
HSL131.25º19.83%47.45%-
HSV(B)131.25º33.1%56.86%-
XYZ17.6623.8317.31-
YUV126.2116.6107.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 145 (57.03% from 255) = 41.67%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=27.87%
G=41.67%
B=30.46%

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
Decimal971451060.3300.270.43131.2519.8347.45
Hex61916A2101B2B83142f
Octal14122115241033532032457
Binary11000011001000111010101000010110111010111000001110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61916A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,145,106); }

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

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

 a { background-color: rgb(97,145,106); }

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

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

 span { border-color: rgb(97,145,106); }

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