#61906B

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

Shades of Laurel #61906B

Tints of Laurel #61906B

Color information

#61906B (or 0x61906B) is unknown color: approx Laurel. HEX triplet: 61, 90 and 6B. RGB value is (97,144,107). Sum of RGB (Red+Green+Blue) = 97+144+107=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 144 - color contains mainly: green. Hex color #61906B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61906B is #9E6F94. Grayscale: #7D7D7D. Windows color (decimal): -10383253 or 7049313. OLE color: 7049313.

HSL color Cylindrical-coordinate representation of color #61906B: hue angle of 132.77º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61906B is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB97144107-
CMYK0.3300.260.44
HSL132.77º19.5%47.25%-
HSV(B)132.77º32.64%56.47%-
XYZ17.5623.5517.53-
YUV125.73117.43107.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.87%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=27.87%
G=41.38%
B=30.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971441070.3300.260.44132.7719.547.25
Hex61906B2101A2C85142f
Octal14122015341032542052457
Binary11000011001000011010111000010110101011001000010110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61906B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61906B; }

 p { color: rgb(97,144,107); }

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

<style>
 a { background-color: #61906B; }

 a { background-color: rgb(97,144,107); }

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

<style>
 span { border-color: #61906B; }

 span { border-color: rgb(97,144,107); }

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