#61956B

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

Shades of Laurel #61956B

Tints of Laurel #61956B

Color information

#61956B (or 0x61956B) is unknown color: approx Laurel. HEX triplet: 61, 95 and 6B. RGB value is (97,149,107). Sum of RGB (Red+Green+Blue) = 97+149+107=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 149 - color contains mainly: green. Hex color #61956B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61956B is #9E6A94. Grayscale: #808080. Windows color (decimal): -10381973 or 7050593. OLE color: 7050593.

HSL color Cylindrical-coordinate representation of color #61956B: hue angle of 131.54º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #61956B is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB97149107-
CMYK0.3500.280.42
HSL131.54º21.14%48.24%-
HSV(B)131.54º34.9%58.43%-
XYZ18.3325.117.79-
YUV128.66115.77105.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.48%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=27.48%
G=42.21%
B=30.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491070.3500.280.42131.5421.1448.24
Hex61956B2301C2A841530
Octal14122515343034522042560
Binary11000011001010111010111000110111001010101000010010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61956B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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