#61956A

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

Shades of Laurel #61956A

Tints of Laurel #61956A

Color information

#61956A (or 0x61956A) is unknown color: approx Laurel. HEX triplet: 61, 95 and 6A. RGB value is (97,149,106). Sum of RGB (Red+Green+Blue) = 97+149+106=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 149 - color contains mainly: green. Hex color #61956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61956A is #9E6A95. Grayscale: #808080. Windows color (decimal): -10381974 or 6985057. OLE color: 6985057.

HSL color Cylindrical-coordinate representation of color #61956A: hue angle of 130.38º 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 #61956A is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB97149106-
CMYK0.3500.290.42
HSL130.38º21.14%48.24%-
HSV(B)130.38º34.9%58.43%-
XYZ18.2825.0817.51-
YUV128.55115.27105.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.56%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 106 (41.80% from 255) = 30.11%
R=27.56%
G=42.33%
B=30.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971491060.3500.290.42130.3821.1448.24
Hex61956A2301D2A821530
Octal14122515243035522022560
Binary11000011001010111010101000110111011010101000001010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61956A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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